Skip to content

Commit

Permalink
Lint fix for trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
cip8 committed Aug 29, 2024
1 parent 0bbd066 commit 008bd5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/runtime/utils/refreshHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ export class DefaultRefreshHandler implements RefreshHandler {
/** Maximum value for setTimeout & setInterval in JavaScript (~24.85 days) */
private readonly MAX_JS_TIMEOUT: number = 2_147_483_647

/**
/**
* Timers for different refresh types.
* Key represents name, value is timeout object.
*/
private refreshTimers: { [key: string]: ReturnType<typeof setTimeout> } = {}

/**
/**
* Interval durations for executing refresh timers.
* Key represents timer name, value is interval duration (in milliseconds).
*/
Expand Down

0 comments on commit 008bd5e

Please sign in to comment.