Skip to content

Commit 4959aa0

Browse files
committed
wip
1 parent 217d34a commit 4959aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComposableArchitecture/Internal/NavigationID.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ private enum NavigationIDKey: DependencyKey {
1515

1616
@usableFromInline
1717
struct NavigationID: Hashable, Identifiable, Sendable {
18-
var path: [AnyHashableSendable] = []
18+
fileprivate var path: [AnyHashableSendable] = []
1919

2020
@usableFromInline
2121
var id: Self { self }

0 commit comments

Comments
 (0)