Skip to content

Commit bd7ca59

Browse files
committed
fix(formatter): separator already has a line
So add_empty_line does nothing
1 parent a928881 commit bd7ca59

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lua/opencode/ui/formatter.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,6 @@ function M.format_message_header(message)
240240
local model_text = message.info.modelID and ' ' .. message.info.modelID or ''
241241
local debug_text = config.debug and ' [' .. message.info.id .. ']' or ''
242242

243-
output:add_empty_line()
244-
245243
local display_name
246244
if role == 'assistant' then
247245
local mode = message.info.mode

0 commit comments

Comments
 (0)