Skip to content

Commit

Permalink
Run swift-format
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis authored and github-actions[bot] committed Jul 24, 2023
1 parent 27a3a86 commit 035d7f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/swift-parsing-benchmark/Date.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ import Parsing
}
}

private extension Date {
init(
extension Date {
fileprivate init(
year: Int,
month: Int,
day: Int,
Expand Down

0 comments on commit 035d7f0

Please sign in to comment.