Skip to content

Commit

Permalink
Remove extra spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
maximbaz authored and sayanarijit committed May 24, 2021
1 parent d51848d commit eef4d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2014,7 +2014,7 @@ xplr.fn.builtin.fmt_general_table_row_cols_1 = function(m)
local r = m.tree .. m.prefix

if m.meta.icon == nil then
r = r .. " "
r = r .. ""
else
r = r .. m.meta.icon .. " "
end
Expand Down

0 comments on commit eef4d92

Please sign in to comment.