Skip to content

Commit

Permalink
Removed superfluous whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
mde committed May 19, 2012
1 parent 90b6168 commit d944d38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/task/task.js
Expand Up @@ -125,11 +125,11 @@ TaskBase = new (function () {
, parsed , parsed
, filePath , filePath
, stats; , stats;

if (name) { if (name) {
parsed = parsePrereqName(name); parsed = parsePrereqName(name);
absolute = parsed.name[0] === '^'; absolute = parsed.name[0] === '^';

if (absolute) { if (absolute) {
parsed.name = parsed.name.slice(1); parsed.name = parsed.name.slice(1);
prereq = jake.Task[parsed.name]; prereq = jake.Task[parsed.name];
Expand Down

0 comments on commit d944d38

Please sign in to comment.