Skip to content

Commit 6cf778a

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 57b3012 commit 6cf778a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComposableArchitecture/ViewStore.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ public final class ViewStore<ViewState, ViewAction>: ObservableObject {
468468
) -> Binding<Value> {
469469
let base = ObservedObject(wrappedValue: self)
470470
.projectedValue[get: .init(rawValue: get), send: .init(rawValue: valueToAction)]
471-
471+
472472
return Binding(get: { base.wrappedValue }, set: { base.transaction($1).wrappedValue = $0 })
473473
}
474474

0 commit comments

Comments
 (0)