Skip to content

Commit

Permalink
Run swift-format
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrandonw authored and github-actions[bot] committed Dec 3, 2024
1 parent 5526c8a commit a0f3ffd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Sources/Dependencies/DependencyValues.swift
Original file line number Diff line number Diff line change
Expand Up @@ -477,8 +477,7 @@ public final class CachedValues: @unchecked Sendable {
return withIssueContext(fileID: fileID, filePath: filePath, line: line, column: column) {
let cacheKey = CacheKey(id: TypeIdentifier(key), context: context)
#if DEBUG
if
context == .live,
if context == .live,
!DependencyValues.isSetting,
!(cached[cacheKey] != nil && cached[cacheKey]?.preparationID != nil),
!(key is any DependencyKey.Type)
Expand Down

0 comments on commit a0f3ffd

Please sign in to comment.