From 22ebc4a6fdd251bae47170125977b5bf0ac2e3b0 Mon Sep 17 00:00:00 2001 From: fallenoak Date: Wed, 25 Feb 2026 20:38:01 -0600 Subject: [PATCH] chore(glue): style nit --- src/glue/GlueScript.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/glue/GlueScript.cpp b/src/glue/GlueScript.cpp index a4d1241..cb950cb 100644 --- a/src/glue/GlueScript.cpp +++ b/src/glue/GlueScript.cpp @@ -224,8 +224,7 @@ int32_t Script_ShowScanningNotice(lua_State* L) { int32_t Script_ScanningAccepted(lua_State* L) { if (CGlueMgr::m_acceptedScanning) { lua_pushnumber(L, 1.0); - } - else { + } else { lua_pushnil(L); }