浏览代码

The new line symbol is not required.

Kamil Piechaczek 5 年之前
父节点
当前提交
bb18271600
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/docs/build-content-styles.js

+ 1 - 1
scripts/docs/build-content-styles.js

@@ -619,7 +619,7 @@ function displayNewPluginsTable( newPlugins ) {
 		table.push( [ data.pluginName, modulePath ] );
 		table.push( [ data.pluginName, modulePath ] );
 	}
 	}
 
 
-	console.log( table.toString() + '\n' );
+	console.log( table.toString() );
 }
 }
 
 
 function normalizePath( modulePath ) {
 function normalizePath( modulePath ) {