changed spaces to tabs

This commit is contained in:
AidanV 2024-04-19 12:10:55 -07:00
parent 588206c172
commit b9b4334d29

View file

@ -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