Skip to content

Commit 256fee0

Browse files
author
Roland Peelen
authored
✏️ - Align emojis for cmd (#96)
1 parent 41755d8 commit 256fee0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cmd.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pub fn run(command_string: String) {
88
let start_subcommand = Instant::now();
99

1010
print!(
11-
"{} {} Running subcommand... \n{}\n",
11+
"{} {}Running subcommand... \n{}\n",
1212
style("[...]").bold().dim(),
1313
COMMAND,
1414
style("────────"),
@@ -44,7 +44,7 @@ pub fn run(command_string: String) {
4444

4545
let subcommand_duration = start_subcommand.elapsed();
4646
println!(
47-
"{}\n{} {} Ran subcommand in {:.2}s",
47+
"{}\n{} {}Ran subcommand in {:.2}s",
4848
style("────────"),
4949
style("[...]").bold().dim(),
5050
CHECKMARK,

0 commit comments

Comments
 (0)