Skip to content

Commit c6f944e

Browse files
committed
Modifying comment to see if i'm a contributor yet.
1 parent 861ca84 commit c6f944e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gulp/webpack.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ gulp.task('webpack-dev-server', function(callback) {
2020

2121
server.listen(8080, "localhost", function() {});
2222

23-
gutil.log('[webpack-dev-server]',
24-
'http://localhost:8080/');
23+
gutil.log('[webpack-dev-server]', 'http://localhost:8080/');
2524

2625
callback();
2726
});

0 commit comments

Comments
 (0)