mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
Format with stylua
This commit is contained in:
parent
56083dd56f
commit
76d1042b31
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue