Skip to content

Commit f480571

Browse files
committed
Fix the indentation according to jshintrc
1 parent 7877d62 commit f480571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ var gulp = require('gulp'),
33
shell = require('gulp-shell');
44

55
gulp.task('jsdoc', shell.task([
6-
'./node_modules/.bin/jsdoc -c ./doc-config.json',
6+
'./node_modules/.bin/jsdoc -c ./doc-config.json',
77
]));

0 commit comments

Comments
 (0)