Skip to content

Commit

Permalink
fix stylua
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnvgr committed Jul 29, 2023
1 parent 7d5e0c1 commit da46776
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lua/catppuccin/utils/barbecue.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ return function(flavour)
local C = require("catppuccin.palettes").get_palette(flavour)
local O = require("catppuccin").options

if not O.integrations.barbecue.enabled then
return require("barbecue.theme.default")
end
if not O.integrations.barbecue.enabled then return require "barbecue.theme.default" end

local transparent_bg = O.transparent_background and C.none or C.mantle

Expand Down

0 comments on commit da46776

Please sign in to comment.