From fa681bfcf5cbfcc711fb0ab10f3fd74ac83bf18c Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 15 Dec 2025 00:11:21 +0100 Subject: Apply formatting rules --- .../Base Components/EvolutionPicker/GlassEvolutionPicker.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Map/Presentation/Base Components/EvolutionPicker/GlassEvolutionPicker.swift') diff --git a/Map/Presentation/Base Components/EvolutionPicker/GlassEvolutionPicker.swift b/Map/Presentation/Base Components/EvolutionPicker/GlassEvolutionPicker.swift index 72a572a..6d2f6c4 100644 --- a/Map/Presentation/Base Components/EvolutionPicker/GlassEvolutionPicker.swift +++ b/Map/Presentation/Base Components/EvolutionPicker/GlassEvolutionPicker.swift @@ -20,7 +20,7 @@ struct GlassEvolutionPicker: View { @State var isShowingMenu = false @Binding var selectedEvolution: StageType - + var body: some View { Button( -- cgit