Skip to content

Commit 4e8bc2f

Browse files
committed
formatting
1 parent 83b31fa commit 4e8bc2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Plugins/PackageToJS/Tests/TemplatesTests.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ import Foundation
3737
let enumerator = FileManager.default.enumerator(at: tempDir, includingPropertiesForKeys: nil)
3838
while let fileURL = enumerator?.nextObject() as? URL {
3939
guard !fileURL.hasDirectoryPath,
40-
fileURL.pathExtension == "js" || fileURL.pathExtension == "ts" else {
40+
fileURL.pathExtension == "js" || fileURL.pathExtension == "ts"
41+
else {
4142
continue
4243
}
4344

0 commit comments

Comments
 (0)