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 2776788 commit 5b356adCopy full SHA for 5b356ad
Sources/InlineSnapshotTesting/AssertInlineSnapshot.swift
@@ -571,7 +571,8 @@ private final class SnapshotVisitor: SyntaxVisitor {
571
offsetBy: centeredTrailingClosureOffset - 1
572
)
573
if centeredTrailingClosureOffset - 1 < functionCallExpr.additionalTrailingClosures.count {
574
- self.trailingClosureLine = functionCallExpr.additionalTrailingClosures[index]
+ self.trailingClosureLine =
575
+ functionCallExpr.additionalTrailingClosures[index]
576
.startLocation(converter: self.sourceLocationConverter)
577
.line
578
}
0 commit comments