Skip to content

Commit

Permalink
Remove trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
tonell-m committed Dec 12, 2023
1 parent d607c4c commit 72e1850
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ extension RedundantTypeAnnotationRule {
var direction↓: Direction = Direction.up
"""),
Example("var num: Int = Int.random(0..<10"),
Example("var num: Int = Int.random(0..<10")
],
corrections: [
Example("var url↓: URL = URL()"): Example("var url = URL()"),
Expand Down

0 comments on commit 72e1850

Please sign in to comment.