We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3771da commit 9b85491Copy full SHA for 9b85491
1 file changed
lua/gitlab/version.lua
@@ -1,7 +1,7 @@
1
local M = {}
2
3
M.is_go_valid = function()
4
- local has_go, go = pcall(vim.system, {"go", "version"});
+ local has_go, go = pcall(vim.system, { "go", "version" })
5
if not has_go then
6
return false
7
end
0 commit comments