Skip to content

Commit

Permalink
removed spaces in parens
Browse files Browse the repository at this point in the history
  • Loading branch information
hsilberman committed May 19, 2011
1 parent 27cec2c commit 551f21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ngen
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ while (args.length) {
break;
case '-d':
case '--directory':
templates = fs.realpathSync( requireArgument(arg) );
templates = fs.realpathSync(requireArgument(arg));
break;
default:
dest = arg;
Expand Down

0 comments on commit 551f21e

Please sign in to comment.