diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-02-05 22:27:17 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-02-05 22:27:17 +0100 |
| commit | 45829daa856b376b1ab04d415917110b71b1dec5 (patch) | |
| tree | 8e52daed6897b6f489d455736fe256cb9bd90fef /Hotline/iOS/UsersView.swift | |
| parent | 5c3ea897d062a47bc8cd6255fb8c36bad2f0733f (diff) | |
Apply formatting
Diffstat (limited to 'Hotline/iOS/UsersView.swift')
| -rw-r--r-- | Hotline/iOS/UsersView.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Hotline/iOS/UsersView.swift b/Hotline/iOS/UsersView.swift index 5d7a198..e1297c8 100644 --- a/Hotline/iOS/UsersView.swift +++ b/Hotline/iOS/UsersView.swift @@ -2,7 +2,7 @@ import SwiftUI struct UsersView: View { @Environment(Hotline.self) private var model: Hotline - + var body: some View { NavigationStack { List(model.users) { u in |