Skip to content

Commit 97da142

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 5f77d0a commit 97da142

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/SwiftUINavigationTests/BindingTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
}
4848
}
4949

50-
private extension Binding {
51-
init(initialValue: Value) {
50+
extension Binding {
51+
fileprivate init(initialValue: Value) {
5252
var value = initialValue
5353
self.init(
5454
get: { value },

0 commit comments

Comments
 (0)