From 8f2cceacc8fde328033de7f05bb12e7b1246dd86 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 1 Aug 2024 22:22:12 +0900 Subject: chore(frontend): [biome] format --- .../GolfWatchApps/GolfWatchAppGaming.tsx | 70 +++++++++++----------- 1 file changed, 35 insertions(+), 35 deletions(-) (limited to 'frontend/app/components/GolfWatchApps/GolfWatchAppGaming.tsx') diff --git a/frontend/app/components/GolfWatchApps/GolfWatchAppGaming.tsx b/frontend/app/components/GolfWatchApps/GolfWatchAppGaming.tsx index 10d68fe..22277f8 100644 --- a/frontend/app/components/GolfWatchApps/GolfWatchAppGaming.tsx +++ b/frontend/app/components/GolfWatchApps/GolfWatchAppGaming.tsx @@ -1,41 +1,41 @@ type Props = { - problem: string; - codeA: string; - scoreA: number | null; - codeB: string; - scoreB: number | null; + problem: string; + codeA: string; + scoreA: number | null; + codeB: string; + scoreB: number | null; }; export default function GolfWatchAppGaming({ - problem, - codeA, - scoreA, - codeB, - scoreB, + problem, + codeA, + scoreA, + codeB, + scoreB, }: Props) { - return ( -
-
-
{problem}
-
-
-
-
{scoreA}
-
-
-              {codeA}
-            
-
-
-
-
{scoreB}
-
-
-              {codeB}
-            
-
-
-
-
- ); + return ( +
+
+
{problem}
+
+
+
+
{scoreA}
+
+
+							{codeA}
+						
+
+
+
+
{scoreB}
+
+
+							{codeB}
+						
+
+
+
+
+ ); } -- cgit v1.2.3-70-g09d2