Skip to content

Commit

Permalink
Fix formatting for debug.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Apr 8, 2024
1 parent 80595ea commit 041e0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/debug.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function createLogger(enabled: boolean, prefix?: string): (...args: unknown[]) =
const a = console.log.bind(console, "%c%s", "color: #265BA0", prefix);
return a;
} else {
return () => {};
return () => { };
}
}

Expand Down

0 comments on commit 041e0e3

Please sign in to comment.