fix: formatting

This commit is contained in:
rolv 2024-02-08 18:15:05 +00:00
parent a2a7291f04
commit 066841c5cb

View file

@ -31,10 +31,10 @@ pub struct Manager {
#[validate(range(min = 1, message = "Must be greater than 0"))] #[validate(range(min = 1, message = "Must be greater than 0"))]
tab_width: u8, tab_width: u8,
// Selected counter // Selected counter
count_selected: Style, count_selected: Style,
count_copied: Style, count_copied: Style,
count_cut: Style, count_cut: Style,
// Border // Border
pub border_symbol: String, pub border_symbol: String,