Skip to content

Commit 58170c7

Browse files
committed
Fix stylua
1 parent 431cf2e commit 58170c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lua/kickstart/plugins/lint.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
---@module 'lazy'
44
---@type LazySpec
5-
return
6-
{
5+
return {
76
'mfussenegger/nvim-lint',
87
event = { 'BufReadPre', 'BufNewFile' },
98
config = function()

0 commit comments

Comments
 (0)