Skip to content

Commit 74ed652

Browse files
blehreroriori1703
authored andcommitted
stylua
1 parent f852930 commit 74ed652

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lua/kickstart/plugins/debug.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,9 @@ return {
8989
-- User cancelled the selection
9090
return
9191
end
92-
props[choice].setter(vim.fn.input {
92+
props[choice].setter(vim.fn.input {
9393
prompt = ('[%s] '):format(choice),
9494
default = props[choice].value,
95-
9695
})
9796

9897
-- Set breakpoint for current line, with customizations (see h:dap.set_breakpoint())

0 commit comments

Comments
 (0)