Skip to content

Commit b5c2a3d

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent e1f07fa commit b5c2a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComposableArchitecture/Internal/AssumeIsolated.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Foundation
22

33
extension MainActor {
44
// NB: This functionality was not back-deployed in Swift 5.9
5-
static func _assumeIsolated<T : Sendable>(
5+
static func _assumeIsolated<T: Sendable>(
66
_ operation: @MainActor () throws -> T,
77
file: StaticString = #fileID,
88
line: UInt = #line

0 commit comments

Comments
 (0)