Skip to content

Commit 45ad14c

Browse files
committed
remove extra comma
1 parent 9e5b336 commit 45ad14c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Sources/FoundationInternationalization/ProgressReporter/ProgressReporter+FileFormatStyle.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ extension ProgressReporter {
2828

2929
fileprivate var rawOption: RawOption
3030

31-
private init(
32-
_ rawOption: RawOption,
33-
) {
31+
private init(_ rawOption: RawOption) {
3432
self.rawOption = rawOption
3533
}
3634
}

0 commit comments

Comments
 (0)