mirror of
https://github.com/realm/SwiftLint.git
synced 2026-05-07 20:12:49 +00:00
Remove extra case statement in example (#5717)
This commit is contained in:
committed by
GitHub
parent
e44bf9adb6
commit
5f804d005b
@@ -17,7 +17,7 @@ private func wrapInFunc(_ str: String, file: StaticString = #filePath, line: UIn
|
||||
Example("""
|
||||
func example(foo: Foo) {
|
||||
switch foo {
|
||||
case \(str):
|
||||
\(str):
|
||||
break
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user