Skip to content

Commit 113cc16

Browse files
committed
fix: remove trailing spaces
1 parent 3563fd1 commit 113cc16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/orgmode/babel/tangle.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ function Tangle:tangle()
9696
local promises = {}
9797
for filename, block in pairs(tangle_info) do
9898
table.insert(
99-
promises,
99+
promises,
100100
utils.writefile(filename, table.concat(self:_remove_obsolete_indent(block['content']), '\n'))
101101
)
102102

0 commit comments

Comments
 (0)