diff options
Diffstat (limited to 'Map/Business/CustomStage.swift')
| -rw-r--r-- | Map/Business/CustomStage.swift | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Map/Business/CustomStage.swift b/Map/Business/CustomStage.swift index 388531b..924e814 100644 --- a/Map/Business/CustomStage.swift +++ b/Map/Business/CustomStage.swift @@ -24,7 +24,7 @@ struct CustomStage: Identifiable, Codable { self.name = name self.stage = stage } - + static func cynefinDefault() -> CustomStage { return CustomStage( name: String(localized: "stage_type.cynefin"), @@ -36,7 +36,7 @@ struct CustomStage: Identifiable, Codable { ) ) } - + static func placeholderDefault() -> CustomStage { return CustomStage( name: String(localized: "stage_type.placeholder"), @@ -48,4 +48,4 @@ struct CustomStage: Identifiable, Codable { ) ) } -}
\ No newline at end of file +} |