Skip to content

Commit

Permalink
feat: update category symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
dxrcy committed Dec 16, 2024
1 parent 028fb0b commit 523bfb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/output.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ impl Output {
match category {
Category::Normal => (),
Category::Info => self.print_str(" · "),
Category::Warning => self.print_str(" * "),
Category::Error => self.print_str(" ~ "),
Category::Warning => self.print_str(" "),
Category::Error => self.print_str(" "),
}
}

Expand Down

0 comments on commit 523bfb3

Please sign in to comment.