Skip to content

Commit 2d8ed7e

Browse files
benlubasgithub-actions[bot]
authored andcommitted
chore: autoformat with stylua
1 parent 993f077 commit 2d8ed7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,8 @@ module.public = {
368368
local path_lib_path = Path.new(file_to_tangle_to)
369369
if path_lib_path:is_relative() then
370370
local buf_path = Path.new(buf_name)
371-
file_to_tangle_to = tostring(dirman_utils.expand_pathlib(file_to_tangle_to, true, buf_path):resolve())
371+
file_to_tangle_to =
372+
tostring(dirman_utils.expand_pathlib(file_to_tangle_to, true, buf_path):resolve())
372373
end
373374

374375
local delimiter_content

0 commit comments

Comments
 (0)