Skip to content

Commit de5a4d3

Browse files
Update Sources/LLBuildManifest/BuildManifest.swift
Co-authored-by: Max Desiatov <[email protected]>
1 parent 8c8eb78 commit de5a4d3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Sources/LLBuildManifest/BuildManifest.swift

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,12 @@ public enum WriteAuxiliary {
6464
case umbrellaHeader
6565
}
6666

67-
public static func computeInputs(targetName: String, moduleName: String, publicHeadersDir: AbsolutePath, type: PackageLoading.GeneratedModuleMapType) -> [Node] {
67+
public static func computeInputs(
68+
targetName: String,
69+
moduleName: String,
70+
publicHeadersDir: AbsolutePath,
71+
type: PackageLoading.GeneratedModuleMapType
72+
) -> [Node] {
6873
let typeNodes: [Node]
6974
switch type {
7075
case .umbrellaDirectory(let path):

0 commit comments

Comments
 (0)