mirror of
https://github.com/pointfreeco/swift-composable-architecture.git
synced 2025-12-24 12:14:25 +01:00
Run swift-format
This commit is contained in:
committed by
GitHub Actions
parent
ff57565322
commit
adf5024ceb
@@ -125,7 +125,7 @@ import SwiftUI
|
||||
///
|
||||
public struct FormAction<Root>: Equatable {
|
||||
public let keyPath: PartialKeyPath<Root>
|
||||
|
||||
|
||||
fileprivate let set: (inout Root) -> Void
|
||||
private let value: Any
|
||||
private let valueIsEqualTo: (Any) -> Bool
|
||||
|
||||
Reference in New Issue
Block a user