Reformat with scalariform

This commit is contained in:
Peter Vlugter 2011-07-26 18:33:59 +12:00
parent 6f2fcc91ed
commit 340ed11de5
75 changed files with 985 additions and 1012 deletions

View file

@ -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()
})
}