mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
Fix lua style
This commit is contained in:
parent
c59aa5e4c9
commit
88e638d578
1 changed files with 9 additions and 9 deletions
|
|
@ -44,10 +44,10 @@ function M:spot_base(job)
|
||||||
end
|
end
|
||||||
|
|
||||||
if #info.fonts > 0 then
|
if #info.fonts > 0 then
|
||||||
rows[#rows + 1] = ui.Row({ " Fonts:", tostring(info.fonts[1]) })
|
rows[#rows + 1] = ui.Row { " Fonts:", tostring(info.fonts[1]) }
|
||||||
|
|
||||||
for i = 2, #info.fonts do
|
for i = 2, #info.fonts do
|
||||||
rows[#rows + 1] = ui.Row({ "", tostring(info.fonts[i]) })
|
rows[#rows + 1] = ui.Row { "", tostring(info.fonts[i]) }
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue