Skip to content

Commit d4df803

Browse files
committed
Put attributes on their own lines.
1 parent 89684e4 commit d4df803

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/XCTest/Public/Asynchronous/XCTWaiter.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,8 @@ open class XCTWaiter {
276276
/// these environments. To ensure compatibility of tests between
277277
/// swift-corelibs-xctest and Apple XCTest, it is not recommended to pass
278278
/// explicit values for `file` and `line`.
279-
@available(macOS 12.0, *) @discardableResult
279+
@available(macOS 12.0, *)
280+
@discardableResult
280281
open func fulfillment(of expectations: [XCTestExpectation], timeout: TimeInterval, enforceOrder: Bool = false, file: StaticString = #file, line: Int = #line) async -> Result {
281282
return await withCheckedContinuation { continuation in
282283
// This function operates by blocking a background thread instead of one owned by libdispatch or by the

0 commit comments

Comments
 (0)