Skip to content

Commit ca3cf89

Browse files
committed
fix: trying to get release please to fix itself
1 parent 483f36a commit ca3cf89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/neorg/modules/core/autocommands/module.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ local module = modules.create("core.autocommands")
4545
---@param name string #The name of the autocommand that was just triggered
4646
---@param triggered_from_norg boolean #If true, that means we have received this event as part of a *.norg autocommand
4747
---@param ev? table the original event data
48-
function _neorg_module_autocommand_triggered(name, triggered_from_norg, ev)
48+
function _neorg_module_autocommand_triggered(name, triggered_from_norg, ev) ---@diagnostic disable-line: lowercase-global
4949
local event = modules.create_event(module, name, { norg = triggered_from_norg }, ev)
5050
assert(event)
5151
modules.broadcast_event(event)

0 commit comments

Comments
 (0)