Skip to content

Commit a986422

Browse files
committed
Fix stylua formatting
1 parent 5a82527 commit a986422

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

lua/kickstart/plugins/debug.lua

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ return {
4444
local buf_bps = require('dap.breakpoints').get(vim.fn.bufnr())[vim.fn.bufnr()]
4545
---@type dap.SourceBreakpoint
4646
for _, candidate in ipairs(buf_bps) do
47-
if candidate.line and candidate.line == vim.fn.line '.' then
48-
return candidate
49-
end
47+
if candidate.line and candidate.line == vim.fn.line '.' then return candidate end
5048
end
5149

5250
return { condition = '', logMessage = '', hitCondition = '', line = vim.fn.line '.' }

0 commit comments

Comments
 (0)