From ec7980f9a4d2618f6b8166d42e81828fb695f0ac Mon Sep 17 00:00:00 2001 From: ski-u <37182704+ski-u@users.noreply.github.com> Date: Wed, 30 Oct 2024 15:55:42 +0000 Subject: [PATCH] run swift-format --- .../Sources/Settings/Settings/SettingsView.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Features/Sources/Settings/Settings/SettingsView.swift b/Features/Sources/Settings/Settings/SettingsView.swift index d48aa84..2adee0d 100644 --- a/Features/Sources/Settings/Settings/SettingsView.swift +++ b/Features/Sources/Settings/Settings/SettingsView.swift @@ -27,11 +27,11 @@ public struct SettingsView: View { .foregroundColor(.white) } .padding(.trailing, 8) - + Text("API Key") - + Spacer() - + Text(APIClient.apiKey?.rawValue.masked ?? "None") .foregroundStyle(Color.secondary) } @@ -51,11 +51,11 @@ public struct SettingsView: View { .foregroundColor(.white) } .padding(.trailing, 8) - + Text("Language") } } - + NavigationLink { Text("Appearance") } label: { @@ -68,7 +68,7 @@ public struct SettingsView: View { .foregroundColor(.white) } .padding(.trailing, 8) - + Text("Appearance") } }