Skip to content

Commit b103f79

Browse files
committed
fileprivate
1 parent 93d3af9 commit b103f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Dependencies/DependencyValues.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ import XCTestDynamicOverlay
5555
/// ```
5656
public struct DependencyValues: Sendable {
5757
@TaskLocal public static var _current = Self()
58-
@TaskLocal static var isSetting = false
58+
@TaskLocal fileprivate static var isSetting = false
5959
@TaskLocal static var currentDependency = CurrentDependency()
6060

6161
private var cachedValues = CachedValues()

0 commit comments

Comments
 (0)