fix: formatting

This commit is contained in:
kiyan 2022-04-23 12:34:56 +02:00
parent 3ecf22ced1
commit d4d02cd4d1
2 changed files with 3 additions and 5 deletions

View File

@ -276,9 +276,7 @@ local function _draw(bufnr)
end
local function should_show_arrows()
return not M.config.indent_markers.enable
and M.icon_state.show_folder_icon
and M.icon_state.show_folder_arrows
return not M.config.indent_markers.enable and M.icon_state.show_folder_icon and M.icon_state.show_folder_arrows
end
function M.draw()