Skip to content

Commit f979613

Browse files
committed
Fix trailing comma
1 parent e2ded31 commit f979613

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Sources/SmithyCodegenCore/CodeGenerator.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,13 @@ import struct Foundation.Data
99
import class Foundation.JSONDecoder
1010
import struct Foundation.URL
1111

12-
1312
public struct CodeGenerator {
1413
let modelFileURL: URL
1514
let schemasFileURL: URL?
1615

1716
public init(
1817
modelFileURL: URL,
19-
schemasFileURL: URL?,
18+
schemasFileURL: URL?
2019
) {
2120
self.modelFileURL = modelFileURL
2221
self.schemasFileURL = schemasFileURL

0 commit comments

Comments
 (0)