Skip to content

Commit 5e7ed21

Browse files
committed
Code formatting
1 parent d670ed0 commit 5e7ed21

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Tests/BuildTests/BuildPlanTests.swift

+4-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@ extension Build.BuildPlan {
4848

4949
class BuildPlanTestCase: BuildSystemProviderTestCase {
5050
override func setUpWithError() throws {
51-
try XCTSkipIf(type(of: self) == BuildPlanTestCase.self, "Skipping this test since it will be run in subclasses that will provide different build systems to test.")
51+
try XCTSkipIf(
52+
type(of: self) == BuildPlanTestCase.self,
53+
"Skipping this test since it will be run in subclasses that will provide different build systems to test."
54+
)
5255
}
5356

5457
let inputsDir = AbsolutePath(#file).parentDirectory.appending(components: "Inputs")

0 commit comments

Comments
 (0)