File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -360,4 +360,3 @@ extension Date {
360360 return " \( hour) : \( minute) "
361361 }
362362}
363-
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ public struct SESettingsView<TopContent: View, BottomContent: View>: View {
241241 if let createdBy {
242242 HStack ( spacing: 2 ) {
243243 Text ( " Created by " , bundle: Bundle . module)
244- Text ( verbatim : . init( createdBy) )
244+ Text ( . init( createdBy) )
245245 }
246246 }
247247 }
@@ -466,7 +466,7 @@ public struct SESettingsView<TopContent: View, BottomContent: View>: View {
466466 HStack ( spacing: 2 ) {
467467 Text ( " Created by " , bundle: Bundle . module) +
468468 Text( verbatim: " " ) +
469- Text( verbatim : . init( createdBy) )
469+ Text( . init( createdBy) )
470470 }
471471 }
472472 }
You can’t perform that action at this time.
0 commit comments