= all remove semicolons "bye-bye semicolon" (#24659)

This commit is contained in:
kerr 2018-03-05 18:53:28 -06:00 committed by Konrad `ktoso` Malawski
parent 6646eded2c
commit 97ca714d17
13 changed files with 29 additions and 29 deletions

View file

@ -99,7 +99,7 @@ trait Player { this: TestConductorExt ⇒
val barrierTimeout = stop.timeLeft
if (barrierTimeout < Duration.Zero) {
client ! ToServer(FailBarrier(b))
throw new TimeoutException("Server timed out while waiting for barrier " + b);
throw new TimeoutException("Server timed out while waiting for barrier " + b)
}
try {
implicit val timeout = Timeout(barrierTimeout + Settings.QueryTimeout.duration)