mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
changed spaces to tabs
This commit is contained in:
parent
588206c172
commit
b9b4334d29
1 changed files with 2 additions and 2 deletions
|
|
@ -86,8 +86,8 @@ function Status:percentage()
|
|||
|
||||
if percent == 0 then
|
||||
percent = " Top "
|
||||
elseif percent == 100 then
|
||||
percent = " Bot "
|
||||
elseif percent == 100 then
|
||||
percent = " Bot "
|
||||
else
|
||||
percent = string.format(" %3d%% ", percent)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue