Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
shekohex committed Nov 27, 2024
1 parent 58078e2 commit 22f5e85
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions blueprint-test-utils/src/test_ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -215,14 +215,9 @@ pub async fn new_test_ext_blueprint_manager<
// Use Alice's account to register the service
info!("Requesting service for blueprint ID {blueprint_id} using Alice's keys ...");

if let Err(err) = transactions::request_service(
&client,
handles[0].sr25519_id(),
blueprint_id,
all_nodes,
0,
)
.await
if let Err(err) =
transactions::request_service(&client, handles[0].sr25519_id(), blueprint_id, all_nodes, 0)
.await
{
error!("Failed to register service: {err}");
panic!("Failed to register service: {err}");
Expand Down

0 comments on commit 22f5e85

Please sign in to comment.