3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-06-08 00:05:01 +00:00

chore: prettier

This commit is contained in:
Dragory 2024-08-11 22:03:16 +03:00
parent cb2306e522
commit 32875c23e9
No known key found for this signature in database
13 changed files with 26 additions and 29 deletions

View file

@ -3,7 +3,7 @@ import type { Knub } from "knub";
type Profiler = Knub["profiler"];
let profiler: Profiler | null = null;
export function getProfiler(): Profiler|null {
export function getProfiler(): Profiler | null {
return profiler;
}