Skip to content

Commit 02ff553

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 635114c commit 02ff553

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Sources/SnapshotTesting/AssertSnapshot.swift

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ import XCTest
77
/// diffTool = "ksdiff"
88
/// ```
99
public var diffTool: String? {
10-
get { diffToolCommand?("", "").trimmingCharacters(in: .whitespaces) }
11-
set {
12-
diffToolCommand = newValue.map { value in
13-
{ [value, $0, $1].joined(separator: " ") }
14-
}
10+
get { diffToolCommand?("", "").trimmingCharacters(in: .whitespaces) }
11+
set {
12+
diffToolCommand = newValue.map { value in
13+
{ [value, $0, $1].joined(separator: " ") }
1514
}
15+
}
1616
}
1717

1818
/// Enhances failure messages with a diff tool expression created by the closure, such as an clickable

0 commit comments

Comments
 (0)