From 6b945909d84b5aeadc875f9b3f529ec44b9bc60f Mon Sep 17 00:00:00 2001 From: vhyrro Date: Sat, 14 Dec 2024 14:57:12 +0000 Subject: [PATCH] chore: autoformat with stylua --- lua/neorg/modules/core/neorgcmd/module.lua | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/lua/neorg/modules/core/neorgcmd/module.lua b/lua/neorg/modules/core/neorgcmd/module.lua index 4a1973d55..a636dcf80 100644 --- a/lua/neorg/modules/core/neorgcmd/module.lua +++ b/lua/neorg/modules/core/neorgcmd/module.lua @@ -299,13 +299,7 @@ module.private = { local content = vim.list_slice(args, argument_index + 1) content["data"] = data modules.broadcast_event( - assert( - modules.create_event( - module, - table.concat({ "core.neorgcmd.events.", ref.name }), - content - ) - ) + assert(modules.create_event(module, table.concat({ "core.neorgcmd.events.", ref.name }), content)) ) end,