format
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 31m11s

This commit is contained in:
2025-09-12 15:17:04 -04:00
parent 39abee7f73
commit 3fd9bc0b18

View File

@@ -187,8 +187,7 @@ static JSValue _tf_api_core_unregister(JSContext* context, JSValueConst this_val
if (int_index != -1)
{
JSValue splice = JS_GetPropertyStr(context, array, "splice");
JSValue splice_args[] =
{
JSValue splice_args[] = {
index,
JS_NewInt32(context, 1),
};