浏览代码

banner fix

codecalm 6 年之前
父节点
当前提交
d8503db952
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build/banner.js

+ 1 - 1
build/banner.js

@@ -8,7 +8,7 @@ function getBanner(pluginFilename) {
   * Tabler${pluginFilename ? ` ${pluginFilename}` : ''} v${pkg.version} (${pkg.homepage})
   * Copyright 2018-${year} ${pkg.author}
   * Licensed under ${pkg.license} (https://github.com/tabler/tabler/blob/master/LICENSE)
-  */\n\n`;
+  */`;
 }
 
 module.exports = getBanner;