Skip to content

Commit

Permalink
update cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
fankaiLiu committed Dec 28, 2023
1 parent b83c08e commit 75c493a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/print_util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,3 @@ pub fn orange<S: AsRef<str>>(msg: S) {
pub fn green<S: AsRef<str>>(msg: S) {
println!("{}", Green.paint(msg.as_ref()));
}

0 comments on commit 75c493a

Please sign in to comment.