Skip to content

Commit

Permalink
Run swift-format
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis authored and github-actions[bot] committed Jun 6, 2024
1 parent 597683c commit ecb5b29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/CasePathsTests/MacroTests.swift
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#if swift(>=5.9)
import CasePaths

@CasePathable
private enum Comments {
// Comment above case
case bar
/*Comment before case*/ case baz(Int)
case fizz(buzz: String) // Comment on case
case fizzier/*Comment in case*/(Int, buzzier: String)
case fizzier /*Comment in case*/(Int, buzzier: String)
}
#endif

0 comments on commit ecb5b29

Please sign in to comment.