Skip to content

Commit 100b388

Browse files
authored
Fixed a compiler warning (#156)
Pull request: #156
1 parent 5d176e5 commit 100b388

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

os/test/src-jvm/ExampleTests.scala

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,10 @@ object ExampleTests extends TestSuite{
178178
val minus = os.pwd relativeTo target
179179
val ups = os.up/os.up/os.up
180180
assert(minus == ups)
181-
rel1: os.RelPath
182-
rel2: os.RelPath
181+
(
182+
rel1: os.RelPath,
183+
rel2: os.RelPath
184+
)
183185
}
184186
test("subPaths"){
185187

0 commit comments

Comments
 (0)