Skip to content

Commit 9ae4b3b

Browse files
committed
fmt
1 parent 23968ac commit 9ae4b3b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

os/test/src-jvm/ExpectyIntegration.scala

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ object ExpectyIntegration extends TestSuite {
2424
expect(path.startsWith(os.Path("/") / "tmp"))
2525
}
2626
test("multiple args") {
27-
expect(rel / "src" / ".." == rel / "src" / os.up, root / "src" / "../foo" == root / "src" / os.up / "foo")
27+
expect(
28+
rel / "src" / ".." == rel / "src" / os.up,
29+
root / "src" / "../foo" == root / "src" / os.up / "foo"
30+
)
2831
}
2932
}
3033
}

0 commit comments

Comments
 (0)