Skip to content

Commit 5fef458

Browse files
committed
Apply rustfmt
1 parent e00a1ef commit 5fef458

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • packages/cli-rust/src/commands/user

packages/cli-rust/src/commands/user/mod.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,7 @@ pub async fn cmd_user(
5757
// Check container is running first
5858
if !container_is_running(&client, CONTAINER_NAME).await? {
5959
let msg = if let Some(name) = &host_name {
60-
format!(
61-
"Container not running on {name}. Start with `occ start --remote-host {name}`."
62-
)
60+
format!("Container not running on {name}. Start with `occ start --remote-host {name}`.")
6361
} else {
6462
"Container not running. Start with `occ start` first.".to_string()
6563
};

0 commit comments

Comments
 (0)