Skip to content

Commit cfe474c

Browse files
mbrandonwgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent f2b3d26 commit cfe474c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/MacroTestingTests/MacroExamples/AddAsyncMacro.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ public struct AddAsyncMacro: PeerMacro {
7777
guard isResultReturn
7878
else { return returnType }
7979

80-
let successType = returnType!.as(IdentifierTypeSyntax.self)!.genericArgumentClause?.arguments.first!
80+
let successType = returnType!.as(IdentifierTypeSyntax.self)!.genericArgumentClause?.arguments
81+
.first!
8182
.argument
8283
#if canImport(SwiftSyntax601)
8384
switch successType {

0 commit comments

Comments
 (0)