Skip to content

Commit ecb5b29

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 597683c commit ecb5b29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#if swift(>=5.9)
22
import CasePaths
3-
3+
44
@CasePathable
55
private enum Comments {
66
// Comment above case
77
case bar
88
/*Comment before case*/ case baz(Int)
99
case fizz(buzz: String) // Comment on case
10-
case fizzier/*Comment in case*/(Int, buzzier: String)
10+
case fizzier /*Comment in case*/(Int, buzzier: String)
1111
}
1212
#endif

0 commit comments

Comments
 (0)