Skip to content

Commit c4691c5

Browse files
authored
fix: 🚑 remove whitespace after _ModLoaderHooks.call_hooks (#474)
1 parent b88e7d2 commit c4691c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/mod_loader/internal/mod_hook_preprocessor.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ static func get_mod_loader_hook(
271271
return """
272272
{STATIC}func {METHOD_NAME}({METHOD_PARAMS}){RETURN_TYPE_STRING}:
273273
{HOOK_CHECK}{METHOD_RETURN}_ModLoaderHooks.call_hooks({METHOD_PREFIX}_{METHOD_NAME}, [{METHOD_ARGS}], {HOOK_ID})
274-
""".format({
274+
""".format({
275275
"METHOD_PREFIX": method_prefix,
276276
"METHOD_NAME": method_name,
277277
"METHOD_PARAMS": method_arg_string_with_defaults_and_types,

0 commit comments

Comments
 (0)