Skip to content

Commit

Permalink
Run swift-format
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis authored and github-actions[bot] committed Oct 6, 2023
1 parent 2776788 commit 5b356ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/InlineSnapshotTesting/AssertInlineSnapshot.swift
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,8 @@ private final class SnapshotVisitor: SyntaxVisitor {
offsetBy: centeredTrailingClosureOffset - 1
)
if centeredTrailingClosureOffset - 1 < functionCallExpr.additionalTrailingClosures.count {
self.trailingClosureLine = functionCallExpr.additionalTrailingClosures[index]
self.trailingClosureLine =
functionCallExpr.additionalTrailingClosures[index]
.startLocation(converter: self.sourceLocationConverter)
.line
}
Expand Down

0 comments on commit 5b356ad

Please sign in to comment.