Skip to content

Commit 58a8723

Browse files
authored
Added newlines to warning message (#869)
1 parent 4514713 commit 58a8723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/color.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ impl Colors {
180180
),
181181
ThemeOption::CustomLegacy(ref file) => {
182182
print_output!(
183-
"Warning: the 'themes' directory is deprecated, use 'colors.yaml' instead."
183+
"Warning: the 'themes' directory is deprecated, use 'colors.yaml' instead.\n\n"
184184
);
185185
// TODO: drop the `themes` dir prefix, adding it here only for backwards compatibility
186186
Some(

0 commit comments

Comments
 (0)