Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
Update src/terminal/message.rs
Browse files Browse the repository at this point in the history
Co-Authored-By: Matt <[email protected]>
  • Loading branch information
ashleymichal and xortive authored Jun 21, 2019
1 parent e0d19f0 commit 0ac7a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/terminal/message.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use super::emoji;
use console::Emoji;

fn message(label: Emoji, msg: &str) {
println!("{}", format!("{0} {1} {0}", label, msg));
println!("{0} {1} {0}", label, msg);
}

pub fn info(msg: &str) {
Expand Down

0 comments on commit 0ac7a93

Please sign in to comment.