Skip to content

Commit

Permalink
remove trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
robbiedhickey committed Feb 8, 2017
1 parent 895198b commit 1f5e5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/make_it_modular/verify.js
Expand Up @@ -51,7 +51,7 @@ function validateModule (modFile, callback) {

fs.$readdir = fs.readdir
fs.readdir = function (dir, optionalEncoding, callback) {
callback = callback || optionalEncoding
callback = callback || optionalEncoding
callback(error)
}

Expand Down

0 comments on commit 1f5e5fd

Please sign in to comment.