Skip to content

Commit aa44c42

Browse files
./Utilities/format.swift
1 parent b52151c commit aa44c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/BridgeJS/Sources/BridgeJSLink/BridgeJSLink.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ struct BridgeJSLink {
551551
importObjectBuilder.appendDts([
552552
"\(type.name): {",
553553
"new\(renderTSSignature(parameters: constructor.parameters, returnType: returnType));".indent(count: 4),
554-
"}"
554+
"}",
555555
])
556556
}
557557

0 commit comments

Comments
 (0)