Skip to content

Commit d548de8

Browse files
committed
chore: styling
1 parent e8506f5 commit d548de8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lua/dapui/render/line_hover.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ function M.show()
121121
details.ns_id = nil
122122
details.end_col = details.end_col and (details.end_col - orig_col)
123123
col = math.max(col, orig_col)
124-
local ok, error = pcall(api.nvim_buf_set_extmark, hover_buf, namespace, 0, col - orig_col, details)
124+
local ok, error =
125+
pcall(api.nvim_buf_set_extmark, hover_buf, namespace, 0, col - orig_col, details)
125126
if not ok then
126127
require("dapui.util").notify(error, vim.log.levels.DEBUG)
127128
end

0 commit comments

Comments
 (0)