From 0aec8048a1fa4fc6c1aedc917edf66cd43d3033f Mon Sep 17 00:00:00 2001 From: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> Date: Wed, 4 Dec 2024 23:28:07 +1000 Subject: [PATCH] fmt --- cmd/soroban-cli/src/commands/contract/verify.rs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/cmd/soroban-cli/src/commands/contract/verify.rs b/cmd/soroban-cli/src/commands/contract/verify.rs index b16c90c38..02769dd7b 100644 --- a/cmd/soroban-cli/src/commands/contract/verify.rs +++ b/cmd/soroban-cli/src/commands/contract/verify.rs @@ -129,8 +129,12 @@ impl Cmd { " • Run: {}", payload.predicate.run_details.metadata.invocation_id )); - print.globeln(format!("View the workflow at {workflow_repo}/blob/{git_commit}/{workflow_path}")); - print.globeln(format!("View the repo at {workflow_repo}/tree/{git_commit}")); + print.globeln(format!( + "View the workflow at {workflow_repo}/blob/{git_commit}/{workflow_path}" + )); + print.globeln(format!( + "View the repo at {workflow_repo}/tree/{git_commit}" + )); Ok(()) }