Skip to content

Commit

Permalink
✏️ - Align emojis for cmd (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland Peelen authored Apr 11, 2024
1 parent 41755d8 commit 256fee0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pub fn run(command_string: String) {
let start_subcommand = Instant::now();

print!(
"{} {} Running subcommand... \n{}\n",
"{} {}Running subcommand... \n{}\n",
style("[...]").bold().dim(),
COMMAND,
style("────────"),
Expand Down Expand Up @@ -44,7 +44,7 @@ pub fn run(command_string: String) {

let subcommand_duration = start_subcommand.elapsed();
println!(
"{}\n{} {} Ran subcommand in {:.2}s",
"{}\n{} {}Ran subcommand in {:.2}s",
style("────────"),
style("[...]").bold().dim(),
CHECKMARK,
Expand Down

0 comments on commit 256fee0

Please sign in to comment.