Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 20, 2023
1 parent 52d6aca commit cbb798d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions lua/bufferline/groups.lua
Original file line number Diff line number Diff line change
Expand Up @@ -302,9 +302,7 @@ function M.command(group_name, callback)
state.components_by_group
)

if not group then
return
end
if not group then return end

utils.for_each(callback, group)
end
Expand Down
2 changes: 1 addition & 1 deletion lua/bufferline/ui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ end
---@param style string
---@return boolean
local function is_slant(style)
return vim.tbl_contains({ sep_names.slant, sep_names.padded_slant, sep_names.slope}, style)
return vim.tbl_contains({ sep_names.slant, sep_names.padded_slant, sep_names.slope }, style)
end

--- "▍" "░"
Expand Down

0 comments on commit cbb798d

Please sign in to comment.