Skip to content

Commit 041e0e3

Browse files
committed
Fix formatting for debug.ts
1 parent 80595ea commit 041e0e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/debug.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function createLogger(enabled: boolean, prefix?: string): (...args: unknown[]) =
2727
const a = console.log.bind(console, "%c%s", "color: #265BA0", prefix);
2828
return a;
2929
} else {
30-
return () => {};
30+
return () => { };
3131
}
3232
}
3333

0 commit comments

Comments
 (0)