Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Dec 4, 2024
1 parent 95f46c6 commit 0aec804
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions cmd/soroban-cli/src/commands/contract/verify.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(())
}
Expand Down

0 comments on commit 0aec804

Please sign in to comment.