Skip to content

Commit e209343

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent bbc9ec6 commit e209343

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Sources/InlineSnapshotTesting/AssertInlineSnapshot.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -505,8 +505,7 @@ private final class SnapshotRewriter: SyntaxRewriter {
505505
}
506506
}
507507

508-
if
509-
functionCallExpr.arguments.isEmpty,
508+
if functionCallExpr.arguments.isEmpty,
510509
functionCallExpr.trailingClosure != nil,
511510
functionCallExpr.leftParen != nil,
512511
functionCallExpr.rightParen != nil

0 commit comments

Comments
 (0)