Skip to content

Commit ec4efa4

Browse files
benlubasgithub-actions[bot]
authored andcommitted
chore: autoformat with stylua
1 parent e1b4bb4 commit ec4efa4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lua/neorg/modules/core/tangle/module.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,9 @@ module.on_event = function(event)
499499

500500
for file, content in pairs(tangles) do
501501
file = dirman_utils.expand_pathlib(file, true)
502-
if not file then goto continue end
502+
if not file then
503+
goto continue
504+
end
503505
if not file:parent():exists() then
504506
file:parent():mkdir(Path.permission("rwxr-xr-x"), true)
505507
end

0 commit comments

Comments
 (0)