Arrow-formatting ;-)

This commit is contained in:
Viktor Klang 2012-05-22 13:49:04 +02:00
parent 916c2d4d11
commit 4dc4cdde26

View file

@ -557,8 +557,8 @@ private[akka] class ActorCell(
}
} catch {
case NonFatal(e) throw new ActorInitializationException(self, "exception during creation", e match {
case i: InstantiationException => i.getCause
case other => other
case i: InstantiationException i.getCause
case other other
})
}
}