Skip to content

Commit ca423f4

Browse files
committed
Fix whitespace
1 parent 49da078 commit ca423f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/Concurrency/PartialAsyncTask.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public struct UnsafeContinuation<T> {
3737
extension UnsafeContinuation where T == Void {
3838
@inlinable
3939
public func resume() {
40-
self.resume(returning: ())
40+
self.resume(returning: ())
4141
}
4242
}
4343

@@ -68,7 +68,7 @@ public struct UnsafeThrowingContinuation<T> {
6868
extension UnsafeThrowingContinuation where T == Void {
6969
@inlinable
7070
public func resume() {
71-
self.resume(returning: ())
71+
self.resume(returning: ())
7272
}
7373
}
7474

0 commit comments

Comments
 (0)