From 8197a88cc34c265dcc04df18a17d7e93d51f72b4 Mon Sep 17 00:00:00 2001 From: Brandon Tilley Date: Sat, 21 Dec 2013 00:56:16 -0800 Subject: [PATCH] Align comments in gulpfile header --- gulpfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index f4d8be4..ec6306b 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -10,8 +10,8 @@ var fullHeader = [ "/*! Planetary.js v{{version}}", " * Copyright (c) 2013 Brandon Tilley", " *", - " * Released under the MIT license", - " * Date: {{now}}", + " * Released under the MIT license", + " * Date: {{now}}", " */" ].join("\n");