Skip to content

Commit c504b31

Browse files
committed
remove trailing comma
1 parent bbf4d99 commit c504b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/JExtractSwiftLib/JNI/JNISwift2JavaGenerator+NativeTranslation.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ extension JNISwift2JavaGenerator {
6363
swiftParameter: SwiftParameter,
6464
parameterName: String,
6565
methodName: String,
66-
parentName: String,
66+
parentName: String
6767
) throws -> NativeParameter {
6868
switch swiftParameter.type {
6969
case .nominal(let nominalType):

0 commit comments

Comments
 (0)