Skip to content

Commit

Permalink
Run swift-format
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis authored and github-actions[bot] committed Jul 15, 2024
1 parent cd2494d commit d806136
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Sources/Dependencies/DependencyValues.swift
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ private final class CachedValues: Sendable {
if !DependencyValues.isSetting {
var dependencyDescription = ""
if let fileID = DependencyValues.currentDependency.fileID,
let line = DependencyValues.currentDependency.line
let line = DependencyValues.currentDependency.line
{
dependencyDescription.append(
"""
Expand All @@ -384,11 +384,11 @@ private final class CachedValues: Sendable {
}
dependencyDescription.append(
Key.self == Key.Value.self
? """
? """
Dependency:
\(typeName(Key.Value.self))
"""
: """
: """
Key:
\(typeName(Key.self))
Value:
Expand Down

0 comments on commit d806136

Please sign in to comment.