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 Sep 20, 2024
1 parent 6365e84 commit 0fc0255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Dependencies/Dependency.swift
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ extension Dependency {
) where Key.Value == Value {
self.init(
\DependencyValues.[
key:HashableType<Key>(fileID: fileID, filePath: filePath, line: line, column: column)
key: HashableType<Key>(fileID: fileID, filePath: filePath, line: line, column: column)
],
fileID: fileID,
filePath: filePath,
Expand Down

0 comments on commit 0fc0255

Please sign in to comment.