mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
fix: formatting
This commit is contained in:
parent
a2a7291f04
commit
066841c5cb
1 changed files with 4 additions and 4 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue