Skip to content

Commit 6fff6b2

Browse files
committed
indentation fix on README
1 parent 8010bc5 commit 6fff6b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ gulp.task('repl-stop', function (cb) {
1919
if (gulp.repl) {
2020
gulp.repl.close(); // same as nodejs.org/api/readline.html#readline_rl_close
2121
}
22-
cb();
22+
cb();
2323
});
2424

2525

0 commit comments

Comments
 (0)