Skip to content

Commit

Permalink
make Codacy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaTP committed Sep 25, 2018
1 parent 30048f4 commit e9e1720
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions sbt/src/test/scala/testpkg/ServerSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,7 @@ object TestServer {
try {
f(testServer)
} finally {
try {
testServer.bye()
} catch {
case _: Throwable =>
}
try { testServer.bye() } finally {}
}
}

Expand Down

0 comments on commit e9e1720

Please sign in to comment.