Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
style($qSpec): add semi-colons
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Oct 2, 2013
1 parent 6231a7c commit 2977067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/ng/qSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -1260,7 +1260,7 @@ describe('q', function() {
evilPromise.success = success;
evilPromise.error = error;
}
}
};

q.all([promise, evilPromise]).then(success(), error());
expect(logStr()).toBe('');
Expand Down Expand Up @@ -1319,7 +1319,7 @@ describe('q', function() {
evilPromise.success = success;
evilPromise.error = error;
}
}
};

q.all({good: promise, evil: evilPromise}).then(success(), error());
expect(logStr()).toBe('');
Expand Down

0 comments on commit 2977067

Please sign in to comment.