Skip to content

Commit cdf7f06

Browse files
alessionossastackotter
authored andcommitted
Remove extra whitespace in withAsyncModifier
1 parent 9d139f3 commit cdf7f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/MacroToolkit/SwiftSyntax+Extensions.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ extension FunctionDeclSyntax {
7979
.with(
8080
\.effectSpecifiers,
8181
effectSpecifiersOrDefault
82-
.with(\.asyncSpecifier, isPresent ? " async" : nil)
82+
.with(\.asyncSpecifier, isPresent ? "async" : nil)
8383
)
8484
)
8585
}

0 commit comments

Comments
 (0)