Skip to content

Commit 624ff10

Browse files
committed
Formatting fix
1 parent 61eb42c commit 624ff10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Build/BuildPlan/BuildPlan+Product.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ extension BuildPlan {
6868
switch target.underlying {
6969
case is SwiftTarget:
7070
// Swift targets are guaranteed to have a corresponding Swift description.
71-
guard case .swift(let description) = targetMap[target] else {
71+
guard case .swift(let description) = self.targetMap[target] else {
7272
throw InternalError("unknown target \(target)")
7373
}
7474

0 commit comments

Comments
 (0)