Format with stylua

This commit is contained in:
Emilia Simmons 2022-03-29 14:40:24 -04:00 committed by Stephan Seitz
parent 56083dd56f
commit 76d1042b31

View file

@ -179,7 +179,7 @@ function M.select_download_commands(repo, project_name, cache_folder, revision,
local url = repo.url:gsub(".git$", "")
local folder_rev = revision
if is_github and revision:match('^v%d') then
if is_github and revision:match "^v%d" then
folder_rev = revision:sub(2)
end