File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ public struct DependencyValues: Sendable {
299
299
{
300
300
var dependencyDescription = " "
301
301
if let fileID = DependencyValues . currentDependency. fileID,
302
- let line = DependencyValues . currentDependency. line
302
+ let line = DependencyValues . currentDependency. line
303
303
{
304
304
dependencyDescription. append (
305
305
"""
@@ -311,11 +311,11 @@ public struct DependencyValues: Sendable {
311
311
}
312
312
dependencyDescription. append (
313
313
Key . self == Key . Value. self
314
- ? """
314
+ ? """
315
315
Dependency:
316
316
\( typeName ( Key . Value. self) )
317
317
"""
318
- : """
318
+ : """
319
319
Key:
320
320
\( typeName ( Key . self) )
321
321
Value:
@@ -324,8 +324,8 @@ public struct DependencyValues: Sendable {
324
324
)
325
325
var argument : String {
326
326
" \( function) " == " subscript(key:) "
327
- ? " \( typeName ( Key . self) ) .self "
328
- : " \\ . \( function) "
327
+ ? " \( typeName ( Key . self) ) .self "
328
+ : " \\ . \( function) "
329
329
}
330
330
return """
331
331
@Dependency( \( argument) ) has already been accessed or prepared.
You can’t perform that action at this time.
0 commit comments