Skip to content

Commit

Permalink
chore: autoformat with stylua
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro authored and github-actions[bot] committed Jun 25, 2024
1 parent ace1cda commit dd6177b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lua/neorg/modules/core/integrations/truezen/module.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ 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
log.warn("Could not find module: `true-zen`. Please ensure you have true-zen installed.")

Expand All @@ -39,4 +37,3 @@ module.public = {
}

return module

0 comments on commit dd6177b

Please sign in to comment.