Skip to content

Commit 68852dc

Browse files
committed
Reformat
1 parent 33db278 commit 68852dc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Tests/SwiftParserTest/ExpressionTests.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2214,11 +2214,11 @@ final class StatementExpressionTests: ParserTestCase {
22142214
)
22152215
],
22162216
fixedSource: """
2217-
func f() {
2218-
let x = unsafe
2219-
y
2220-
}
2221-
"""
2217+
func f() {
2218+
let x = unsafe
2219+
y
2220+
}
2221+
"""
22222222
)
22232223
}
22242224

0 commit comments

Comments
 (0)