Skip to content

Commit

Permalink
Update cli/src/commands/developer/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: ljedrz <[email protected]>
Signed-off-by: Raymond Chu <[email protected]>
  • Loading branch information
raychu86 and ljedrz authored Feb 13, 2023
1 parent 94de9d6 commit f721a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/commands/developer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ impl Developer {
ureq::Error::Status(code, response) => {
format!("(status code {code}: {:?})", response.into_string()?)
}
ureq::Error::Transport(error) => format!("({})", error.to_string()),
ureq::Error::Transport(error) => format!("({})", error),
};

match transaction {
Expand Down

0 comments on commit f721a2d

Please sign in to comment.