Skip to content

Commit 2d04087

Browse files
committed
Fix indentation
1 parent 9d30f92 commit 2d04087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Testing/Testing.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ import CRT
2121
// This function is used to mimic a bare minimum of the swift-testing library. Since this package has no swift-testing tests, we simply exit.
2222
// The test runner will automatically call this function when running tests, so it must exit gracefully rather than using `fatalError()`.
2323
public func __swiftPMEntryPoint(passing _: (any Sendable)? = nil) async -> Never {
24-
exit(0)
24+
exit(0)
2525
}

0 commit comments

Comments
 (0)