Fix stylua formatting

This commit is contained in:
Ori Perry 2026-02-28 13:52:52 +02:00
parent 5a82527a40
commit a986422bd0
1 changed files with 1 additions and 3 deletions

View File

@ -44,9 +44,7 @@ return {
local buf_bps = require('dap.breakpoints').get(vim.fn.bufnr())[vim.fn.bufnr()]
---@type dap.SourceBreakpoint
for _, candidate in ipairs(buf_bps) do
if candidate.line and candidate.line == vim.fn.line '.' then
return candidate
end
if candidate.line and candidate.line == vim.fn.line '.' then return candidate end
end
return { condition = '', logMessage = '', hitCondition = '', line = vim.fn.line '.' }