Skip to content

Commit

Permalink
style: run stylua
Browse files Browse the repository at this point in the history
  • Loading branch information
jedrzejboczar committed Oct 14, 2024
1 parent 8673930 commit 3cfba32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/overseer/util.lua
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ M.get_last_output_lines = function(bufnr, num_lines)
while
not vim.tbl_isempty(lines)
and (lines[#lines]:match("^%s*$") or lines[#lines]:match("^%[Process exited"))
do
do
table.remove(lines)
end
end_line = end_line - need_lines
Expand Down

0 comments on commit 3cfba32

Please sign in to comment.