Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
hegemonic committed Sep 24, 2012
1 parent e2ed151 commit b9ed721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ function main() {
if ( noSuchPath(result) ) {
// next, try resolving it relative to the JSDoc directory
result = path.resolve(env.dirname, template);
if ( noSuchPath(result) ) {
if ( noSuchPath(result) ) {
// restore the original value so the user gets a reasonable error message
result = template;
}
Expand Down

0 comments on commit b9ed721

Please sign in to comment.