format source with scalafmt, #26511
This commit is contained in:
parent
2ba9b988df
commit
75579bed17
779 changed files with 15729 additions and 13096 deletions
|
|
@ -91,8 +91,9 @@ private[stream] final class SourceRefStageImpl[Out](val initialPartnerRef: Optio
|
|||
self = getStageActor(initialReceive)
|
||||
log.debug("[{}] Allocated receiver: {}", stageActorName, self.ref)
|
||||
if (initialPartnerRef.isDefined) // this will set the partnerRef
|
||||
observeAndValidateSender(initialPartnerRef.get,
|
||||
"Illegal initialPartnerRef! This would be a bug in the SourceRef usage or impl.")
|
||||
observeAndValidateSender(
|
||||
initialPartnerRef.get,
|
||||
"Illegal initialPartnerRef! This would be a bug in the SourceRef usage or impl.")
|
||||
|
||||
promise.success(SinkRefImpl(self.ref))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue