Skip to content

Commit ae3cd33

Browse files
committed
Whitespace
1 parent 7bda144 commit ae3cd33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/ember-testing/lib/helpers.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,15 +178,15 @@ function chain(app, promise, fn) {
178178
* using your app.
179179
*
180180
* Example:
181-
*
181+
*
182182
* ```
183183
* visit('posts/index').then(function() {
184184
* // assert something
185185
* });
186186
* ```
187187
*
188188
* @method visit
189-
* @param {String} url the name of the route
189+
* @param {String} url the name of the route
190190
* @returns {RSVP.Promise}
191191
*/
192192
helper('visit', visit);

0 commit comments

Comments
 (0)