Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Sep 15, 2021
1 parent 02fadeb commit 98b3668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fake-timers-src.js
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ function withGlobal(_global) {
// Prevent multiple executions which will completely remove these props
clock.methods = [];

resetIsNearInfiniteLimit(clock)
resetIsNearInfiniteLimit(clock);

// return pending timers, to enable checking what timers remained on uninstall
if (!clock.timers) {
Expand Down

0 comments on commit 98b3668

Please sign in to comment.