Skip to content

Commit a67faeb

Browse files
committed
Fix formatting
1 parent b5e95b8 commit a67faeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/SwiftlyTests/UseTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ import Testing
194194
#if os(macOS)
195195
/// Tests that the xcode toolchain can be used on macOS
196196
@Test(.mockedSwiftlyVersion(), .mockHomeToolchains()) func useXcode() async throws {
197-
try await self.useAndValidate(argument: ToolchainVersion.xcodeVersion.name, expectedVersion: .xcode)
198-
}
197+
try await self.useAndValidate(argument: ToolchainVersion.xcodeVersion.name, expectedVersion: .xcode)
198+
}
199199
#endif
200200

201201
/// Tests that the `use` command gracefully exits when executed before any toolchains have been installed.

0 commit comments

Comments
 (0)