Skip to content

Commit 6130ecf

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 3028917 commit 6130ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/XCTestDynamicOverlayTests/GeneratePlaceholderTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
let optionalInt: () -> Int? = unimplemented("optionalInt")
2929
XCTAssertNil(XCTExpectFailure(failingBlock: optionalInt))
30-
30+
3131
let stream: () -> AsyncStream<Int> = unimplemented("stream")
3232
for await _ in XCTExpectFailure(failingBlock: stream) {
3333
XCTFail("Stream should be finished")

0 commit comments

Comments
 (0)