Skip to content

Commit 035d7f0

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 27a3a86 commit 035d7f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/swift-parsing-benchmark/Date.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ import Parsing
4040
}
4141
}
4242

43-
private extension Date {
44-
init(
43+
extension Date {
44+
fileprivate init(
4545
year: Int,
4646
month: Int,
4747
day: Int,

0 commit comments

Comments
 (0)