Skip to content

Commit a7312c3

Browse files
committed
match stylua formatting
1 parent da6a766 commit a7312c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/nvim-tree/renderer/components/padding.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ function M.setup(opts)
100100
if #symbol == 0 then
101101
return " "
102102
end
103-
return symbol:match("[%z\1-\127\194-\244][\128-\191]*")
103+
return symbol:match "[%z\1-\127\194-\244][\128-\191]*"
104104
end
105105

106106
for k, v in pairs(M.config.indent_markers.icons) do

0 commit comments

Comments
 (0)