We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c90d6b commit f9f8009Copy full SHA for f9f8009
Sources/Dependencies/DependencyValues.swift
@@ -233,7 +233,7 @@ public struct DependencyValues: Sendable {
233
fileID fileID: StaticString = #fileID,
234
filePath filePath: StaticString = #filePath,
235
line line: UInt = #line,
236
- column column: UInt = #line,
+ column column: UInt = #column,
237
function function: StaticString = #function
238
) -> Key.Value {
239
get {
@@ -496,7 +496,7 @@ public final class CachedValues: @unchecked Sendable {
496
filePath: StaticString = #filePath,
497
function: StaticString = #function,
498
line: UInt = #line,
499
- column: UInt = #line
+ column: UInt = #column
500
501
lock.lock()
502
defer { lock.unlock() }
0 commit comments