Skip to content

Commit 66b5b2f

Browse files
committed
fix: add spaces after comment slashes to pass SwiftLint
1 parent 8cbe769 commit 66b5b2f

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

Scribe/TipCard/TipCardView.swift

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -98,17 +98,17 @@ struct SettingsTipCardView: View {
9898
}
9999
}
100100

101-
//struct AboutTipCardView: View {
102-
// @AppStorage("aboutTipCardState", store: .standard) var aboutTipCardState: Bool = true
101+
// struct AboutTipCardView: View {
102+
// @AppStorage("aboutTipCardState", store: .standard) var aboutTipCardState: Bool = true
103103
//
104-
// var body: some View {
105-
// TipCardView(
106-
// infoText: NSLocalizedString(
107-
// "i18n.app.about.app_hint_tooltip",
108-
// value: "Here's where you can learn more about Scribe and its community.",
109-
// comment: ""
110-
// ),
111-
// tipCardState: $aboutTipCardState
112-
// )
113-
// }
114-
//}
104+
// var body: some View {
105+
// TipCardView(
106+
// infoText: NSLocalizedString(
107+
// "i18n.app.about.app_hint_tooltip",
108+
// value: "Here's where you can learn more about Scribe and its community.",
109+
// comment: ""
110+
// ),
111+
// tipCardState: $aboutTipCardState
112+
// )
113+
// }
114+
// }

0 commit comments

Comments
 (0)