Skip to content

Commit 622c997

Browse files
committed
Run swift format
1 parent e6b8bd9 commit 622c997

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Tests/SwiftParserTest/DeclarationTests.swift

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ final class DeclarationTests: ParserTestCase {
9191
type: IdentifierTypeSyntax(name: .identifier("Int"))
9292
)
9393
)
94-
94+
9595
assertParse(
9696
"""
9797
class MyClass {
@@ -106,12 +106,12 @@ final class DeclarationTests: ParserTestCase {
106106
)
107107
],
108108
fixedSource: """
109-
class MyClass {
110-
func foo()
111-
}
112-
"""
109+
class MyClass {
110+
func foo()
111+
}
112+
"""
113113
)
114-
114+
115115
assertParse(
116116
"""
117117
class MyClass {
@@ -127,12 +127,12 @@ final class DeclarationTests: ParserTestCase {
127127
DiagnosticSpec(locationMarker: "2️⃣", message: "expected parameter clause in function signature", fixIts: ["insert parameter clause"]),
128128
],
129129
fixedSource: """
130-
class MyClass {
131-
func foo<Int>()
132-
}
133-
"""
130+
class MyClass {
131+
func foo<Int>()
132+
}
133+
"""
134134
)
135-
135+
136136
assertParse(
137137
"""
138138
class MyClass {

0 commit comments

Comments
 (0)