We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbc9ec6 commit e209343Copy full SHA for e209343
Sources/InlineSnapshotTesting/AssertInlineSnapshot.swift
@@ -505,8 +505,7 @@ private final class SnapshotRewriter: SyntaxRewriter {
505
}
506
507
508
- if
509
- functionCallExpr.arguments.isEmpty,
+ if functionCallExpr.arguments.isEmpty,
510
functionCallExpr.trailingClosure != nil,
511
functionCallExpr.leftParen != nil,
512
functionCallExpr.rightParen != nil
0 commit comments