Put empty line back

This commit is contained in:
Devidxyz 2023-12-15 17:32:17 +01:00
parent d20131133f
commit 0887d7fa53

View file

@ -56,6 +56,7 @@ function M.get_file_url(
return return
end end
local file_page_url = M.repo_url .. "/blob/" .. get_current_branch_or_commit_with_priority(priority) .. file_path local file_page_url = M.repo_url .. "/blob/" .. get_current_branch_or_commit_with_priority(priority) .. file_path
if range_start and not range_end then if range_start and not range_end then