Skip to content

Commit 272684e

Browse files
committed
lint fix
1 parent 9d06b14 commit 272684e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/queue/display/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ function updateScreenSystem() {
226226
if (queue.isAwaiting()) {
227227
//player is awaiting to enter
228228
enable()
229-
setScreen(SCREENS.syncing)
229+
setScreen(SCREENS.syncing)
230230
} else {
231231
//player not in queue
232232
disable()

src/queue/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export function isActive(): boolean {
5757
return false
5858
}
5959

60-
export function isAwaiting( ) {
60+
export function isAwaiting() {
6161
return addPlayerRequested
6262
}
6363

0 commit comments

Comments
 (0)