Skip to content

Commit 76e2b7c

Browse files
committed
fix: error when toggled off
1 parent 8f0bbbd commit 76e2b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/opencode/ui/formatter.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function M._format_reasoning(output, part)
4848
if end_line - start_line > 1 then
4949
M._add_vertical_border(output, start_line, end_line, 'OpencodeToolBorder', -1, 'OpencodeReasoningText')
5050
else
51-
M.output:add_extmark(start_line - 1, {
51+
output:add_extmark(start_line - 1, {
5252
line_hl_group = 'OpencodeReasoningText',
5353
} --[[@as OutputExtmark]])
5454
end

0 commit comments

Comments
 (0)