File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments