diff GeoQuiz/Components/RecentGame.swift @ 21:b145c408f791

refactor code
author Dennis C. M. <dennis@denniscm.com>
date Tue, 25 Oct 2022 15:30:01 +0200
parents e281791e0494
children 56add5561261
line wrap: on
line diff
--- a/GeoQuiz/Components/RecentGame.swift	Sun Oct 23 11:48:39 2022 +0100
+++ b/GeoQuiz/Components/RecentGame.swift	Tue Oct 25 15:30:01 2022 +0200
@@ -46,7 +46,6 @@
             
             Text("\(game.score, format: .number) ⭐️")
                 .font(.headline)
-            
         }
     }
 }