Skip to content

Commit

Permalink
Added newlines to warning message (#869)
Browse files Browse the repository at this point in the history
  • Loading branch information
juansc authored Jul 8, 2023
1 parent 4514713 commit 58a8723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/color.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ impl Colors {
),
ThemeOption::CustomLegacy(ref file) => {
print_output!(
"Warning: the 'themes' directory is deprecated, use 'colors.yaml' instead."
"Warning: the 'themes' directory is deprecated, use 'colors.yaml' instead.\n\n"
);
// TODO: drop the `themes` dir prefix, adding it here only for backwards compatibility
Some(
Expand Down

0 comments on commit 58a8723

Please sign in to comment.