Skip to content

Commit d2060e7

Browse files
committed
SwiftLint error fix
1 parent cd1bf2d commit d2060e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeEdit/Features/InspectorArea/InternalDevelopmentInspector/InternalDevelopmentNotificationsView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ struct InternalDevelopmentNotificationsView: View {
198198
}
199199
}
200200
}
201-
201+
202202
private func randomLetter() -> String {
203203
let letters = "ABCDEFGHIJKLMNOPQRSTUVWXYZ".map { String($0) }
204204
return letters.randomElement() ?? "A"

0 commit comments

Comments
 (0)