Skip to content

Commit e7f56d9

Browse files
committed
Re-indent the modified code - Thanks Swiftlint!
1 parent 16c256b commit e7f56d9

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

Tests/libhostmgrTests/Model/PathsTests.swift

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,16 @@ final class PathsTests: XCTestCase {
1919
}
2020

2121
func testThatVMStoragePathIsCorrect() {
22-
validate(path: Paths.vmImageStorageDirectory, resolvesTo: "/usr/local/var/vm-images", forArchitecture: .x64)
23-
validate(path: Paths.vmImageStorageDirectory, resolvesTo: "/opt/homebrew/var/vm-images", forArchitecture: .arm64)
22+
validate(
23+
path: Paths.vmImageStorageDirectory,
24+
resolvesTo: "/usr/local/var/vm-images",
25+
forArchitecture: .x64
26+
)
27+
validate(
28+
path: Paths.vmImageStorageDirectory,
29+
resolvesTo: "/opt/homebrew/var/vm-images",
30+
forArchitecture: .arm64
31+
)
2432
}
2533

2634
func testThatGitMirrorStoragePathIsCorrect() {

0 commit comments

Comments
 (0)