Skip to content

Commit

Permalink
hotfix: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
NickAccesSOS committed Mar 18, 2024
1 parent 0ae5b6c commit eb84b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default class Runner {
this.promises.push(
new Promise((resolve) => {
return resolve(func());
})
}),
);
}

Expand Down

0 comments on commit eb84b8c

Please sign in to comment.