Lint: remove second argument for one-argument function

This commit is contained in:
Stephan Seitz 2020-07-12 17:31:34 +02:00 committed by Thomas Vigouroux
parent 366e8b43bf
commit 26cb05f205

View file

@ -112,7 +112,7 @@ local function run_install(cache_folder, package_path, lang, repo, with_sync)
}
if with_sync then
if iter_cmd_sync(command_list, lang) == true then
if iter_cmd_sync(command_list) == true then
print('Treesitter parser for '..lang..' has been installed')
end
else