Skip to content

Commit

Permalink
fix(rust): fix the display of ockam vault show
Browse files Browse the repository at this point in the history
  • Loading branch information
etorreborre committed Jun 26, 2024
1 parent 02e62f6 commit cff54a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -637,5 +637,3 @@ This file contains attributions for any 3rd-party open source code used in this
| zeroize_derive | Apache-2.0, MIT | https://crates.io/crates/zeroize_derive |
| zstd | MIT | https://crates.io/crates/zstd |
| zstd-safe | MIT, Apache-2.0 | https://crates.io/crates/zstd-safe |


2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_command/src/vault/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ impl Output for VaultOutput {
Ok(formatdoc!(
r#"
Vault:
{vault}
{vault}
"#,
vault = indent(" ", self.as_list_item()?)
))
Expand Down

0 comments on commit cff54a6

Please sign in to comment.