format source with scalafmt, #26511
This commit is contained in:
parent
2ba9b988df
commit
75579bed17
779 changed files with 15729 additions and 13096 deletions
|
|
@ -98,8 +98,8 @@ private[camel] class DefaultCamel(val system: ExtendedActorSystem) extends Camel
|
|||
* @param endpoint the endpoint to be deactivated
|
||||
* @param timeout the timeout of the Future
|
||||
*/
|
||||
def deactivationFutureFor(endpoint: ActorRef)(implicit timeout: Timeout,
|
||||
executor: ExecutionContext): Future[ActorRef] =
|
||||
def deactivationFutureFor(
|
||||
endpoint: ActorRef)(implicit timeout: Timeout, executor: ExecutionContext): Future[ActorRef] =
|
||||
(supervisor
|
||||
.ask(AwaitDeActivation(endpoint))(timeout))
|
||||
.map[ActorRef]({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue