We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41755d8 commit 256fee0Copy full SHA for 256fee0
src/cmd.rs
@@ -8,7 +8,7 @@ pub fn run(command_string: String) {
8
let start_subcommand = Instant::now();
9
10
print!(
11
- "{} {} Running subcommand... \n{}\n",
+ "{} {}Running subcommand... \n{}\n",
12
style("[...]").bold().dim(),
13
COMMAND,
14
style("────────"),
@@ -44,7 +44,7 @@ pub fn run(command_string: String) {
44
45
let subcommand_duration = start_subcommand.elapsed();
46
println!(
47
- "{}\n{} {} Ran subcommand in {:.2}s",
+ "{}\n{} {}Ran subcommand in {:.2}s",
48
49
50
CHECKMARK,
0 commit comments