Skip to content

Commit cabbdc0

Browse files
committed
remove trailing comma
1 parent 1e54195 commit cabbdc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/JExtractSwiftLib/FFM/FFMSwift2JavaGenerator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ package class FFMSwift2JavaGenerator: Swift2JavaGenerator {
4040
translator: Swift2JavaTranslator,
4141
javaPackage: String,
4242
swiftOutputDirectory: String,
43-
javaOutputDirectory: String,
43+
javaOutputDirectory: String
4444
) {
4545
self.analysis = translator.result
4646
self.swiftModuleName = translator.swiftModuleName

0 commit comments

Comments
 (0)