Skip to content

Commit

Permalink
add linebreaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramilito committed Dec 3, 2023
1 parent ebc7b42 commit 7269940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ fn main() -> anyhow::Result<()> {
} else {
let message = "Must build at directory: not a valid directory ⚠️".yellow().to_string();
logger.lock().unwrap().log_warning(format!(
"{}:{}",
"\n{}:{}\n",
message,
&target
))
Expand Down

0 comments on commit 7269940

Please sign in to comment.