Update scalafmt-core to 2.1.0 (#27831)

* Update scalafmt-core to 2.1.0

* scalafmt
This commit is contained in:
Scala Steward 2019-10-01 12:24:51 +02:00 committed by Arnout Engelen
parent b10a83ad9b
commit 6b17a7a15f
11 changed files with 33 additions and 22 deletions

View file

@ -37,8 +37,9 @@ private object ActorRefBackpressureSource {
private[akka] override def createLogicAndMaterializedValue(
inheritedAttributes: Attributes,
eagerMaterializer: Materializer): (GraphStageLogic, ActorRef) = {
val stage: GraphStageLogic with StageLogging with ActorRefStage = new GraphStageLogic(shape) with StageLogging
with ActorRefStage {
val stage: GraphStageLogic with StageLogging with ActorRefStage = new GraphStageLogic(shape)
with StageLogging
with ActorRefStage {
override protected def logSource: Class[_] = classOf[ActorRefSource[_]]
private var isCompleting: Boolean = false