Skip to content

Commit

Permalink
fix: breaking change in diag_fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoshihou514 authored Jul 30, 2024
1 parent 29344aa commit 3b1fdbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/guard/lint.lua
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ end
---@param message string
---@param severity number
---@param source string
function M.diag_fmt(buf, lnum_start, lnum_end, col_start, col_end, message, severity, source)
function M.diag_fmt(buf, lnum_start, col_start, message, severity, source, lnum_end, col_end)
return {
bufnr = buf,
col = col_start,
Expand Down

0 comments on commit 3b1fdbd

Please sign in to comment.