Skip to content

Commit 106b255

Browse files
Fix 6.0 build by removing trailing comma
1 parent 53dd86e commit 106b255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/BridgeJS/Sources/BridgeJSLink/BridgeJSLink.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ struct BridgeJSLink {
395395

396396
func renderFunction(
397397
name: String,
398-
returnExpr: String?,
398+
returnExpr: String?
399399
) -> [String] {
400400
var funcLines: [String] = []
401401
funcLines.append(

0 commit comments

Comments
 (0)