run formatter

This commit is contained in:
Dax Raad
2025-05-31 14:41:00 -04:00
parent 6df19f1828
commit 3b746162d2
52 changed files with 1376 additions and 1390 deletions

View File

@@ -1,5 +1,5 @@
export const foo: string = "42";
export const foo: string = "42"
export function dummyFunction(): void {
console.log("This is a dummy function");
console.log("This is a dummy function")
}