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

Commit e49e7d5

Browse files
committed
chore($q): make jscs happy
jscs loves to be happy and does not love trailing whitespace.
1 parent 3b3de3f commit e49e7d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ng/q.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
* @requires $rootScope
77
*
88
* @description
9-
* A service that helps you run functions asynchronously, and use their return values (or exceptions)
10-
* when they are done processing.
11-
*
12-
* This is an implementation of promises/deferred objects inspired by
9+
* A service that helps you run functions asynchronously, and use their return values (or exceptions)
10+
* when they are done processing.
11+
*
12+
* This is an implementation of promises/deferred objects inspired by
1313
* [Kris Kowal's Q](https://github.com/kriskowal/q).
1414
*
1515
* [The CommonJS Promise proposal](http://wiki.commonjs.org/wiki/Promises) describes a promise as an

0 commit comments

Comments
 (0)