Skip to content

Commit

Permalink
chore: fix luacheck errors
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Sep 9, 2023
1 parent 333a1fd commit d139841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/neorg/modules/core/concealer/module.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1278,7 +1278,7 @@ local function handle_init_event(event)

if init_open_folds == "always" then
open_folds()
elseif init_open_folds == "never" then
-- elseif init_open_folds == "never" then
else
if init_open_folds ~= "auto" then
log.warn('"init_open_folds" must be "auto", "always", or "never"')
Expand Down

0 comments on commit d139841

Please sign in to comment.