format source with scalafmt
This commit is contained in:
parent
0f40491d42
commit
ce404e4f53
1669 changed files with 43208 additions and 35404 deletions
|
|
@ -6,9 +6,9 @@ package akka.pattern
|
|||
|
||||
import language.postfixOps
|
||||
|
||||
import akka.testkit.{ TestLatch, AkkaSpec }
|
||||
import akka.actor.{ Props, Actor }
|
||||
import scala.concurrent.{ Future, Promise, Await }
|
||||
import akka.testkit.{ AkkaSpec, TestLatch }
|
||||
import akka.actor.{ Actor, Props }
|
||||
import scala.concurrent.{ Await, Future, Promise }
|
||||
import scala.concurrent.duration._
|
||||
|
||||
object PatternSpec {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue