Skip to content

Commit

Permalink
Remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
dominykas authored and mroderick committed Dec 31, 2019
1 parent 35e4d55 commit 43aaec0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/release-source/release/fake-timers.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,14 +136,14 @@ async function test() {
await clock.tickAsync(200);
}
// test() prints:
// test() prints:
// - resolved 1 100
// - resolved 2 110
// - timeout 200
```

Note that in the above example, the synchronous `clock.tick(200)` would only print `timeout 200` and `resolved 1 200`.
Note that in the above example, the synchronous `clock.tick(200)` would only print `timeout 200` and `resolved 1 200`.


#### `clock.tick(time);` / `await clock.tickAsync(time)`
Expand Down

0 comments on commit 43aaec0

Please sign in to comment.