Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 85840d6

Browse files
committedDec 11, 2024
Fixed merge conflict
1 parent 707061f commit 85840d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎Sources/SwiftFormat/Utilities/FileIterator.swift

Lines changed: 1 addition & 0 deletions
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)
Please sign in to comment.