* =htp #20915 fix too small timing issue in DirectivesSpec * applying scalariform reformatting that keeps popping up
This commit is contained in:
parent
b4cd30cf94
commit
54ecf32d2b
7 changed files with 119 additions and 113 deletions
|
|
@ -53,7 +53,7 @@ class ActorWithArgs(arg: String) extends Actor {
|
|||
//#actor-with-value-class-argument
|
||||
class Argument(val value: String) extends AnyVal
|
||||
class ValueClassActor(arg: Argument) extends Actor {
|
||||
def receive = {case _ => () }
|
||||
def receive = { case _ => () }
|
||||
}
|
||||
|
||||
object ValueClassActor {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue