From c09cac1cdd0b4db7458fe6af42aef2483edd3730 Mon Sep 17 00:00:00 2001 From: John Tibble Date: Tue, 10 Feb 2015 16:13:03 -0500 Subject: [PATCH] Removed trailing comma Automated scan at my place of employment caught this trailing comma --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 8b3baf950..e8fe1c711 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -124,7 +124,7 @@ gulp.task('default', ['build', 'watch']); gulp.task('server', function(){ connect.server({ - port: 8000, + port: 8000 }); }); -- 2.47.2