Skip to content

Commit c56cc54

Browse files
committed
fix format
1 parent e986b4b commit c56cc54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

after/ftplugin/go.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ vim.keymap.set("n", "<Space>f", function()
1313
end, { buffer = true, silent = true })
1414

1515
vim.keymap.set("n", "<F9>", function()
16-
vim.cmd[[!go run %]]
16+
vim.cmd([[!go run %]])
1717
end, {
1818
buffer = true,
1919
silent = true,

0 commit comments

Comments
 (0)