Skip to content

Commit 9b85491

Browse files
committed
Format code properly
1 parent f3771da commit 9b85491

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/gitlab/version.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
local M = {}
22

33
M.is_go_valid = function()
4-
local has_go, go = pcall(vim.system, {"go", "version"});
4+
local has_go, go = pcall(vim.system, { "go", "version" })
55
if not has_go then
66
return false
77
end

0 commit comments

Comments
 (0)