From 4d2ea9e145766fb3247856aa73daf890f8b1c249 Mon Sep 17 00:00:00 2001 From: l1h3r Date: Wed, 3 Mar 2021 13:44:15 -0800 Subject: [PATCH] fmt --- identity-account/src/stronghold/context.rs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/identity-account/src/stronghold/context.rs b/identity-account/src/stronghold/context.rs index c7cc37772c..def5b78e54 100644 --- a/identity-account/src/stronghold/context.rs +++ b/identity-account/src/stronghold/context.rs @@ -213,11 +213,7 @@ impl Database { // Spawn a new actor or switch targets if this client was already spawned if self.clients_active.contains(client) { - self - .stronghold - .switch_actor_target(client.into()) - .await - .to_result()?; + self.stronghold.switch_actor_target(client.into()).await.to_result()?; } else { self .stronghold