Skip to content

Commit 0d093a7

Browse files
committed
stylua
1 parent bc31ee1 commit 0d093a7

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
@@ -117,10 +117,9 @@ return {
117117
-- User cancelled the selection
118118
return
119119
end
120-
props[choice].setter(vim.fn.input {
120+
props[choice].setter(vim.fn.input {
121121
prompt = ('[%s] '):format(choice),
122122
default = props[choice].value,
123-
124123
})
125124

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

0 commit comments

Comments
 (0)