fix: linting errors

This commit is contained in:
Stefan Hausotte 2026-03-15 21:07:22 +01:00
parent 3adda37fb1
commit 43900cfb11
2 changed files with 2 additions and 2 deletions

View file

@ -107,7 +107,7 @@ actor KeychainManager {
}
}
enum KeychainError: Error, Sendable {
enum KeychainError: Error {
case unableToSave
case notFound
case unableToDelete

View file

@ -294,7 +294,7 @@ struct UserPickerSection: View {
}
#Preview("Labels") {
@Previewable @State var selected: Set<Int> = [1]
@Previewable @State var selected: Set = [1]
NavigationStack {
List {
LabelPickerSection(