Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
l1h3r committed Mar 3, 2021
1 parent f4bbe73 commit 4d2ea9e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions identity-account/src/stronghold/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d2ea9e

Please sign in to comment.