Skip to content

Commit d69667f

Browse files
committed
run swiftformat .
1 parent 9c6a0ed commit d69667f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Tests/GraphQLTests/LanguageTests/SchemaParserTests.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,10 @@ class SchemaParserTests: XCTestCase {
846846

847847
func testKitchenSink() throws {
848848
guard
849-
let url = Bundle.module.url(forResource: "schema-kitchen-sink", withExtension: "graphql"),
849+
let url = Bundle.module.url(
850+
forResource: "schema-kitchen-sink",
851+
withExtension: "graphql"
852+
),
850853
let kitchenSink = try? String(contentsOf: url)
851854
else {
852855
XCTFail("Could not load kitchen sink")

0 commit comments

Comments
 (0)