chore: stylua column width 120 -> 140, tidy

This commit is contained in:
Alexander Courtis
2023-10-07 15:17:54 +11:00
parent d4871d726b
commit 8a0524d6bd
8 changed files with 18 additions and 50 deletions

View File

@@ -94,11 +94,7 @@ end
local function nil_() end
local function warn_status(git_status)
notify.warn(
'Unrecognized git state "'
.. git_status
.. '". Please open up an issue on https://github.com/nvim-tree/nvim-tree.lua/issues with this message.'
)
notify.warn('Unrecognized git state "' .. git_status .. '". Please open up an issue on https://github.com/nvim-tree/nvim-tree.lua/issues with this message.')
end
---@param node table