Reformat with scalariform
This commit is contained in:
parent
6f2fcc91ed
commit
340ed11de5
75 changed files with 985 additions and 1012 deletions
|
|
@ -34,8 +34,7 @@ final case class FutureInvocation[T](future: Promise[T], function: () ⇒ T, cle
|
|||
case e ⇒
|
||||
EventHandler.error(e, this, e.getMessage)
|
||||
Left(e)
|
||||
}
|
||||
finally {
|
||||
} finally {
|
||||
cleanup()
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue