Skip to content

Commit

Permalink
chore: run cargo fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Wryhder <[email protected]>
  • Loading branch information
Wryhder committed Nov 12, 2024
1 parent 11cc0ef commit e0482dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_command/src/reset/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ use ockam_api::terminal::ConfirmResult;
use ockam_api::{color, fmt_ok, CliState};
use ockam_node::Context;

use crate::util::async_cmd;
use crate::docs;
use crate::util::async_cmd;

const LONG_ABOUT: &str = include_str!("./static/long_about.txt");
const AFTER_LONG_HELP: &str = include_str!("./static/after_long_help.txt");
Expand Down

0 comments on commit e0482dd

Please sign in to comment.