Skip to content

Commit e726cbb

Browse files
benlubasgithub-actions[bot]
authored andcommitted
chore: autoformat with stylua
1 parent 5f0195d commit e726cbb

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

lua/neorg/modules/core/qol/todo_items/module.lua

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,8 @@ module.private = {
128128
["?"] = "ambiguous",
129129
},
130130
fire_update_event = function(char, line)
131-
local ev = modules.create_event(
132-
module,
133-
module.events.defined["todo-changed"].type,
134-
{ char = char, line = line }
135-
)
131+
local ev =
132+
modules.create_event(module, module.events.defined["todo-changed"].type, { char = char, line = line })
136133
if ev then
137134
modules.broadcast_event(ev)
138135
end

0 commit comments

Comments
 (0)