Skip to content

Commit 8ce00fa

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 506b605 commit 8ce00fa

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Sources/SnapshotTesting/AssertSnapshot.swift

+8-8
Original file line numberDiff line numberDiff line change
@@ -326,16 +326,16 @@ public func verifySnapshot<Value, Format>(
326326
let diffMessage =
327327
diffTool
328328
.map { "\($0) \"\(snapshotFileUrl.path)\" \"\(failedSnapshotFileUrl.path)\"" }
329-
?? """
330-
@\(minus)
331-
"\(snapshotFileUrl.absoluteString)"
332-
@\(plus)
333-
"\(failedSnapshotFileUrl.absoluteString)"
329+
?? """
330+
@\(minus)
331+
"\(snapshotFileUrl.absoluteString)"
332+
@\(plus)
333+
"\(failedSnapshotFileUrl.absoluteString)"
334334
335-
To configure output for a custom diff tool, like Kaleidoscope:
335+
To configure output for a custom diff tool, like Kaleidoscope:
336336
337-
SnapshotTesting.diffTool = "ksdiff"
338-
"""
337+
SnapshotTesting.diffTool = "ksdiff"
338+
"""
339339

340340
let failureMessage: String
341341
if let name = name {

0 commit comments

Comments
 (0)