Skip to content

Commit 936f332

Browse files
committed
fix(session_formatter): no space in action backticks
1 parent 0d2d22b commit 936f332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/opencode/ui/session_formatter.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ function M._format_action(type, value)
447447
return
448448
end
449449

450-
M.output:add_line('**' .. type .. '** ` ' .. value .. ' `')
450+
M.output:add_line('**' .. type .. '** `' .. value .. '`')
451451
end
452452

453453
---@param input BashToolInput data for the tool

0 commit comments

Comments
 (0)