Skip to content

Commit a0f3ffd

Browse files
mbrandonwgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 5526c8a commit a0f3ffd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Sources/Dependencies/DependencyValues.swift

+1-2
Original file line numberDiff line numberDiff line change
@@ -477,8 +477,7 @@ public final class CachedValues: @unchecked Sendable {
477477
return withIssueContext(fileID: fileID, filePath: filePath, line: line, column: column) {
478478
let cacheKey = CacheKey(id: TypeIdentifier(key), context: context)
479479
#if DEBUG
480-
if
481-
context == .live,
480+
if context == .live,
482481
!DependencyValues.isSetting,
483482
!(cached[cacheKey] != nil && cached[cacheKey]?.preparationID != nil),
484483
!(key is any DependencyKey.Type)

0 commit comments

Comments
 (0)