Skip to content

Commit 3af32ca

Browse files
committed
refactor
1 parent 033306c commit 3af32ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Sources/ScipioKit/Resolver/ModuleTypeResolver.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ extension PackageResolver {
9090
.clang(
9191
includeDir: includeDir,
9292
publicHeaders: FileManager.default
93-
.enumerator(at: includeDir, includingPropertiesForKeys: nil)?
94-
.compactMap { $0 as? URL }
95-
.filter { headerExtensions.contains($0.pathExtension) }
96-
?? []
93+
.enumerator(at: includeDir, includingPropertiesForKeys: nil)?
94+
.compactMap { $0 as? URL }
95+
.filter { headerExtensions.contains($0.pathExtension) }
96+
?? []
9797
)
9898
}
9999
}

0 commit comments

Comments
 (0)