Skip to content

Commit

Permalink
chore: autoformat with stylua
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro authored and github-actions[bot] committed Dec 14, 2024
1 parent c04bd96 commit 6b94590
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions lua/neorg/modules/core/neorgcmd/module.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down

0 comments on commit 6b94590

Please sign in to comment.