From a9ac9a19074ea8fb1baa2dd3ec35507dc427d935 Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Wed, 20 Jul 2016 18:03:20 +0300 Subject: [PATCH] Remove trailing whitespace from banner --- Gruntfile.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 68af36b..2b2d0a1 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -5,9 +5,9 @@ module.exports = function (grunt) { pkg: grunt.file.readJSON('package.json'), meta: { banner: '/**\n' + - ' * <%= pkg.name %> build:<%= grunt.template.today("yyyy-mm-dd") %> \n' + - ' * <%= pkg.homepage %> \n' + - ' * Copyright (c) <%= grunt.template.today("yyyy") %> VividCortex \n' + + ' * <%= pkg.name %> build:<%= grunt.template.today("yyyy-mm-dd") %>\n' + + ' * <%= pkg.homepage %>\n' + + ' * Copyright (c) <%= grunt.template.today("yyyy") %> VividCortex\n' + '**/\n\n' }, concat: {