mirror of
https://github.com/adrianjagielak/home-assistant-futurehome.git
synced 2026-01-11 18:23:06 +00:00
Format the codebase using prettier
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
export function delay(ms: number) {
|
||||
return new Promise(resolve => setTimeout(resolve, ms));
|
||||
return new Promise((resolve) => setTimeout(resolve, ms));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user