Skip to content

Commit

Permalink
chore(style): remove unnecessary prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
veritem committed Dec 21, 2023
1 parent cbd6a5e commit e33f9e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions src/utils/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
use console::style;
use serde::Deserialize;
use std::collections::HashMap;
use std::process::Command;
Expand All @@ -25,14 +24,6 @@ pub fn build_commit_message(
}
}
None => {
println!();
println!(
"{}",
style("Conventional commit is all about consistency")
.italic()
.bold()
);
println!("\n");
return None;
}
}
Expand Down

0 comments on commit e33f9e3

Please sign in to comment.