Skip to content

Commit 3b01449

Browse files
mbrandonwgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 6d6f2b4 commit 3b01449

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Sources/ComposableArchitecture/Core.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ final class RootCore<Root: Reducer>: Core {
6161
self.reducer = reducer
6262
}
6363
func send(_ action: Root.Action) -> Task<Void, Never>? {
64-
_withoutPerceptionChecking {
65-
_send(action)
66-
}
64+
_withoutPerceptionChecking {
65+
_send(action)
66+
}
6767
}
6868
private func _send(_ action: Root.Action) -> Task<Void, Never>? {
6969
self.bufferedActions.append(action)

Sources/ComposableArchitecture/Internal/NavigationID.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import Foundation
21
@_spi(Reflection) import CasePaths
2+
import Foundation
33

44
extension DependencyValues {
55
var navigationIDPath: NavigationIDPath {

0 commit comments

Comments
 (0)