Skip to content

Commit 1af103b

Browse files
vhyrrogithub-actions[bot]
authored andcommitted
chore: autoformat with stylua
1 parent c52c00f commit 1af103b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lua/neorg/modules/core/keybinds/module.lua

+5-1
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,11 @@ module.private = {
328328

329329
-- Magnifies a code block to a separate buffer.
330330
-- ^Code Magnify
331-
{ "<LocalLeader>cm", "<Plug>(neorg.looking-glass.magnify-code-block)", opts = { desc = "[neorg] Magnify Code Block" } },
331+
{
332+
"<LocalLeader>cm",
333+
"<Plug>(neorg.looking-glass.magnify-code-block)",
334+
opts = { desc = "[neorg] Magnify Code Block" },
335+
},
332336
},
333337

334338
i = {

0 commit comments

Comments
 (0)