From 3fd9bc0b184ce9f5de112ae368913367a45d12a0 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Fri, 12 Sep 2025 15:17:04 -0400 Subject: [PATCH] format --- src/api.js.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/api.js.c b/src/api.js.c index 7ad62d97..89f09c3e 100644 --- a/src/api.js.c +++ b/src/api.js.c @@ -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), };