Skip to content

Commit a122108

Browse files
NTBBloodbathgithub-actions[bot]
authored andcommitted
chore: autoformat with stylua
1 parent 0977807 commit a122108

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/rest-nvim/result/winbar.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ winbar.pane_map = {
5959
---@param name string Highlighting group name
6060
---@return string
6161
local function get_hl_group_fg(name)
62-
-- This will still error out if the highlight doesn't exist
63-
return string.format("#%06X", vim.api.nvim_get_hl(0, { name = name, link = false }).fg)
62+
-- This will still error out if the highlight doesn't exist
63+
return string.format("#%06X", vim.api.nvim_get_hl(0, { name = name, link = false }).fg)
6464
end
6565

6666
---Set the results window winbar highlighting groups

0 commit comments

Comments
 (0)