Skip to content

Commit 8c6407a

Browse files
author
benholloway
committed
minor whitespace fix
1 parent 49fa35e commit 8c6407a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/webstorm.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ gulp.task('webstorm:templates', function () {
217217
gutil.log('Failed to locate Webstorm templates. Expected directory:')
218218
gutil.log(' ' + destDirectory)
219219
} else {
220-
var removed = [ ];
221-
var added = [ ];
220+
var removed = [ ];
221+
var added = [ ];
222222
fs.readdirSync(destDirectory).forEach(function eachTemplate(filename) {
223223
if (/^angularity/.test(path.basename(filename))) {
224224
removed.push(filename);

0 commit comments

Comments
 (0)