Skip to content

Commit 0178c63

Browse files
committed
Fixed merge conflict
1 parent c62c0ca commit 0178c63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/SwiftFormat/Utilities/FileIterator.swift

+1
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ public struct FileIterator: Sequence, IteratorProtocol {
174174
relativePath = path
175175
}
176176
output = URL(fileURLWithPath: relativePath, isDirectory: false, relativeTo: workingDirectory)
177+
177178
default:
178179
break
179180
}

0 commit comments

Comments
 (0)