Fix stylua formatting
This commit is contained in:
parent
5a82527a40
commit
a986422bd0
|
|
@ -44,9 +44,7 @@ return {
|
||||||
local buf_bps = require('dap.breakpoints').get(vim.fn.bufnr())[vim.fn.bufnr()]
|
local buf_bps = require('dap.breakpoints').get(vim.fn.bufnr())[vim.fn.bufnr()]
|
||||||
---@type dap.SourceBreakpoint
|
---@type dap.SourceBreakpoint
|
||||||
for _, candidate in ipairs(buf_bps) do
|
for _, candidate in ipairs(buf_bps) do
|
||||||
if candidate.line and candidate.line == vim.fn.line '.' then
|
if candidate.line and candidate.line == vim.fn.line '.' then return candidate end
|
||||||
return candidate
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
||||||
return { condition = '', logMessage = '', hitCondition = '', line = vim.fn.line '.' }
|
return { condition = '', logMessage = '', hitCondition = '', line = vim.fn.line '.' }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue