style: apply prettier formatting across codebase
This commit is contained in:
+3
-1
@@ -19,5 +19,7 @@ export async function saveGame(data: {
|
||||
headers: { "Content-Type": "application/json" },
|
||||
body: JSON.stringify(data),
|
||||
});
|
||||
} catch { /* silencieux - pas de compte ou hors ligne */ }
|
||||
} catch {
|
||||
/* silencieux - pas de compte ou hors ligne */
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user