Skip to content

Commit 56cc88e

Browse files
committed
Incorporate code-review formatting feedback.
1 parent 4364bbb commit 56cc88e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/SwiftDriver/Dependency Scanning/ModuleDependencyBuildGeneration.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ import Foundation
1616
extension Driver {
1717
/// For the current moduleDependencyGraph, plan the order and generate jobs
1818
/// for explicitly building all dependency modules.
19-
mutating func planExplicitModuleDependenciesCompile(dependencyGraph: InterModuleDependencyGraph
19+
mutating func planExplicitModuleDependenciesCompile(
20+
dependencyGraph: InterModuleDependencyGraph
2021
) throws -> [Job] {
2122
var jobs: [Job] = []
2223
for (id, moduleInfo) in dependencyGraph.modules {

0 commit comments

Comments
 (0)