Skip to content

Commit 50bd98a

Browse files
committed
Style lint
1 parent f1f3ae0 commit 50bd98a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lua/orgmode/capture/init.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ function Capture:refile(confirm)
7171
return
7272
end
7373
self:_refile_to_end(file, lines)
74-
7574
end, 0)
7675
vim.cmd([[autocmd! OrgCapture BufWipeout <buffer>]])
7776
vim.cmd([[silent! wq]])
@@ -142,7 +141,7 @@ function Capture:_refile_content_with_fallback(lines, fallback_file, item)
142141
if not destination[2] or destination[2] == '' then
143142
return self:_refile_to_end(destination_file, lines, item)
144143
end
145-
return self:refile_to_headline(destination_file, lines, item, destination[2]);
144+
return self:refile_to_headline(destination_file, lines, item, destination[2])
146145
end
147146

148147
function Capture:refile_to_headline(destination_file, lines, item, headline_title)

0 commit comments

Comments
 (0)