Skip to content

Commit 74adfb8

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 13d9b0f commit 74adfb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftUINavigationCore/Bind.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
extension View {
55
/// Synchronizes model state to view state via two-way bindings.
66
///
7-
/// SwiftUI comes with many property wrappers that can be used in views to drive view state,
7+
/// SwiftUI comes with many property wrappers that can be used in views to drive view state,
88
/// like field focus. Unfortunately, these property wrappers _must_ be used in views. It's not
99
/// possible to extract this logic to an `@Observable` class and integrate it with the rest of
1010
/// the model's business logic, and be in a better position to test this state.

0 commit comments

Comments
 (0)