Skip to content

Commit a1ee333

Browse files
authored
Fix formatting in EndToEndTests.swift
1 parent e8d8bee commit a1ee333

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/SwiftSDKGeneratorTests/EndToEndTests.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,8 @@ func buildTestcases(config: SDKConfiguration) async throws {
345345
do {
346346
try await FileManager.default.withTemporaryDirectory(logger: logger) { tempDir in
347347
try await buildTestcase(
348-
logger, testcase: testcase, bundleName: bundleName, tempDir: tempDir)
348+
logger, testcase: testcase, bundleName: bundleName, tempDir: tempDir
349+
)
349350
}
350351
} catch {
351352
await cleanupSdk()

0 commit comments

Comments
 (0)