lint: apply stylua
This commit is contained in:
parent
4c7331cab4
commit
abfc455f62
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ M.get_entry_on_line = function(bufnr, lnum)
|
||||||
|
|
||||||
local line = vim.api.nvim_buf_get_lines(bufnr, lnum - 1, lnum, true)[1]
|
local line = vim.api.nvim_buf_get_lines(bufnr, lnum - 1, lnum, true)[1]
|
||||||
if not line then
|
if not line then
|
||||||
return nil
|
return nil
|
||||||
end
|
end
|
||||||
local column_defs = columns.get_supported_columns(scheme)
|
local column_defs = columns.get_supported_columns(scheme)
|
||||||
local parsed_entry, entry = parser.parse_line(adapter, line, column_defs)
|
local parsed_entry, entry = parser.parse_line(adapter, line, column_defs)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue