Skip to content

Commit 03bb696

Browse files
committed
style: fix formatting
1 parent fd2ae92 commit 03bb696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/gitlab/reviewer/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ end
449449
--- Set up autocaommands that will take care of setting and unsetting buffer-local options and keymaps
450450
M.set_reviewer_autocommands = function(bufnr)
451451
local group = vim.api.nvim_create_augroup("gitlab.diffview.autocommand.win_enter." .. bufnr, {})
452-
vim.api.nvim_create_autocmd({"WinEnter", "BufWinEnter"}, {
452+
vim.api.nvim_create_autocmd({ "WinEnter", "BufWinEnter" }, {
453453
group = group,
454454
buffer = bufnr,
455455
callback = function()

0 commit comments

Comments
 (0)