Skip to content

Commit ebb6d63

Browse files
committed
fix: linting
1 parent 9760abd commit ebb6d63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nvim/lua/plugins/specs/editor/snacks.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ return {
3939
enabled = package.loaded.lazy ~= nil,
4040
},
4141
{ icon = "", key = "q", desc = "Quit", action = ":qa" },
42-
{ icon = "", key = "M", desc = "Mason", action = ":Mason" }
42+
{ icon = "", key = "M", desc = "Mason", action = ":Mason" },
4343
},
4444
},
4545
sections = {

0 commit comments

Comments
 (0)