Skip to content

Commit

Permalink
style: fix style errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jackMort committed Jun 22, 2024
1 parent 34a3e49 commit f081338
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions lua/chatgpt/code_edits.lua
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,7 @@ local hide_progress = function()
display_input_suffix()

if output_window.bufnr ~= nil then
output_window.border:set_text(
"top",
{ { " Result ", Config.options.highlights.code_edit_result_title } },
"center"
)
output_window.border:set_text("top", { { " Result ", Config.options.highlights.code_edit_result_title } }, "center")
end
end

Expand Down
2 changes: 1 addition & 1 deletion lua/chatgpt/common/input_widget.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ return function(name, on_submit)
border = {
style = "rounded",
text = {
top = { { " " .. name .. " ",Config.options.highlights.input_title } },
top = { { " " .. name .. " ", Config.options.highlights.input_title } },
top_align = "center",
},
},
Expand Down

0 comments on commit f081338

Please sign in to comment.