Skip to content

Commit f56d72f

Browse files
BridgeJS: Fix throws hint spacing (#584)
1 parent 0ea3733 commit f56d72f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/BridgeJS/Sources/BridgeJSCore/SwiftToSkeleton.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2017,7 +2017,7 @@ private final class ImportSwiftMacrosAPICollector: SyntaxAnyVisitor {
20172017
DiagnosticError(
20182018
node: node,
20192019
message: "@\(attributeName) declarations must be throws.",
2020-
hint: "Declare the function as 'throws (JSException)'."
2020+
hint: "Declare the function as 'throws(JSException)'."
20212021
)
20222022
)
20232023
return nil

0 commit comments

Comments
 (0)