diff options
| author | Fuwn <[email protected]> | 2025-04-23 02:27:13 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-04-23 02:27:13 -0700 |
| commit | a01103249958dacbd40391b99c747aa53200b127 (patch) | |
| tree | 8a5760812e85af326e7ffeef7341e26f91e4261d /HoloBar/Character.swift | |
| parent | chore: Add SwiftLint rules (diff) | |
| download | holobar-a01103249958dacbd40391b99c747aa53200b127.tar.xz holobar-a01103249958dacbd40391b99c747aa53200b127.zip | |
style: Format all source files
Diffstat (limited to 'HoloBar/Character.swift')
| -rw-r--r-- | HoloBar/Character.swift | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/HoloBar/Character.swift b/HoloBar/Character.swift index d16b133..0bad13e 100644 --- a/HoloBar/Character.swift +++ b/HoloBar/Character.swift @@ -1,10 +1,10 @@ import Foundation struct Character: Identifiable { - let id = UUID() - let name: String - let profileURL: URL - let avatarURL: URL - let rawName: String - let affiliation: String + let id = UUID() + let name: String + let profileURL: URL + let avatarURL: URL + let rawName: String + let affiliation: String } |