Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis committed Feb 27, 2023
1 parent 217d34a commit 4959aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ComposableArchitecture/Internal/NavigationID.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ private enum NavigationIDKey: DependencyKey {

@usableFromInline
struct NavigationID: Hashable, Identifiable, Sendable {
var path: [AnyHashableSendable] = []
fileprivate var path: [AnyHashableSendable] = []

@usableFromInline
var id: Self { self }
Expand Down

0 comments on commit 4959aa0

Please sign in to comment.