Skip to content

Commit 6b94590

Browse files
vhyrrogithub-actions[bot]
authored andcommitted
chore: autoformat with stylua
1 parent c04bd96 commit 6b94590

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

lua/neorg/modules/core/neorgcmd/module.lua

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -299,13 +299,7 @@ module.private = {
299299
local content = vim.list_slice(args, argument_index + 1)
300300
content["data"] = data
301301
modules.broadcast_event(
302-
assert(
303-
modules.create_event(
304-
module,
305-
table.concat({ "core.neorgcmd.events.", ref.name }),
306-
content
307-
)
308-
)
302+
assert(modules.create_event(module, table.concat({ "core.neorgcmd.events.", ref.name }), content))
309303
)
310304
end,
311305

0 commit comments

Comments
 (0)