Skip to content

Commit

Permalink
Add change for format testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-richter committed Aug 20, 2024
1 parent e487a1b commit 69dc026
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/clap_app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -287,9 +287,7 @@ pub async fn init_cli() {
}
}
} else {
eprintln!(
"❌ You have to provide a valid Cloud Manager program ID to run this command!"
);
eprintln!("❌ You have to provide a valid Cloud Manager program ID to run this command!");
}
}

Expand Down

0 comments on commit 69dc026

Please sign in to comment.