Skip to content

Commit 625ccca

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent c81750d commit 625ccca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/InlineSnapshotTesting/AssertInlineSnapshot.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ public struct InlineSnapshotSyntaxDescriptor: Hashable {
489489
if snapshot.wasRecording || functionCallExpr.trailingClosure == nil {
490490
functionCallExpr.rightParen?.trailingTrivia = .space
491491
if let snapshotClosure {
492-
functionCallExpr.trailingClosure = snapshotClosure // FIXME: ?? multipleTrailingClosures.removeFirst()
492+
functionCallExpr.trailingClosure = snapshotClosure // FIXME: ?? multipleTrailingClosures.removeFirst()
493493
} else if !functionCallExpr.additionalTrailingClosures.isEmpty {
494494
let additionalTrailingClosure = functionCallExpr.additionalTrailingClosures.remove(
495495
at: functionCallExpr.additionalTrailingClosures.startIndex

Sources/SnapshotTesting/AssertSnapshot.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ private class CleanCounterBetweenTestCases: NSObject, XCTestObservation {
376376
if Thread.isMainThread {
377377
doRegisterIfNeeded()
378378
} else {
379-
DispatchQueue.main.sync {
379+
DispatchQueue.main.sync {
380380
doRegisterIfNeeded()
381381
}
382382
}

0 commit comments

Comments
 (0)