Skip to content

Commit adf5024

Browse files
stephencelisactions-user
authored andcommitted
Run swift-format
1 parent ff57565 commit adf5024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComposableArchitecture/SwiftUI/Forms.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ import SwiftUI
125125
///
126126
public struct FormAction<Root>: Equatable {
127127
public let keyPath: PartialKeyPath<Root>
128-
128+
129129
fileprivate let set: (inout Root) -> Void
130130
private let value: Any
131131
private let valueIsEqualTo: (Any) -> Bool

0 commit comments

Comments
 (0)