Skip to content

Commit

Permalink
chore: make luacheck happy
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Jun 25, 2024
1 parent 369ed28 commit e5b67c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/neorg/modules/core/integrations/truezen/module.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ local modules, log = neorg.modules, neorg.log
local module = modules.create("core.integrations.truezen")

module.setup = function()
local success, truezen = pcall(require, "true-zen.main")
local success, truezen = pcall(require, "true-zen")

if not success then
Expand Down

0 comments on commit e5b67c2

Please sign in to comment.