Update scalafmt-core to 2.1.0 (#27831)
* Update scalafmt-core to 2.1.0 * scalafmt
This commit is contained in:
parent
b10a83ad9b
commit
6b17a7a15f
11 changed files with 33 additions and 22 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue