Browse Source

banner fix

codecalm 6 years ago
parent
commit
d8503db952
1 changed files with 1 additions and 1 deletions
  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})
   * Tabler${pluginFilename ? ` ${pluginFilename}` : ''} v${pkg.version} (${pkg.homepage})
   * Copyright 2018-${year} ${pkg.author}
   * Copyright 2018-${year} ${pkg.author}
   * Licensed under ${pkg.license} (https://github.com/tabler/tabler/blob/master/LICENSE)
   * Licensed under ${pkg.license} (https://github.com/tabler/tabler/blob/master/LICENSE)
-  */\n\n`;
+  */`;
 }
 }
 
 
 module.exports = getBanner;
 module.exports = getBanner;