Skip to content

Commit

Permalink
run swift-format
Browse files Browse the repository at this point in the history
  • Loading branch information
ski-u authored and github-actions[bot] committed Oct 30, 2024
1 parent f4b3d87 commit ec7980f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Features/Sources/Settings/Settings/SettingsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand All @@ -51,11 +51,11 @@ public struct SettingsView: View {
.foregroundColor(.white)
}
.padding(.trailing, 8)

Text("Language")
}
}

NavigationLink {
Text("Appearance")
} label: {
Expand All @@ -68,7 +68,7 @@ public struct SettingsView: View {
.foregroundColor(.white)
}
.padding(.trailing, 8)

Text("Appearance")
}
}
Expand Down

0 comments on commit ec7980f

Please sign in to comment.