From 208ed6f14c26b45c8a3c8b06d19535df4a5d2fca Mon Sep 17 00:00:00 2001 From: fallenoak Date: Tue, 24 Feb 2026 20:56:34 -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 486eadb..3d64326 100644 --- a/src/glue/GlueScript.cpp +++ b/src/glue/GlueScript.cpp @@ -200,8 +200,7 @@ int32_t Script_ShowTerminationWithoutNoticeNotice(lua_State* L) { int32_t Script_TerminationWithoutNoticeAccepted(lua_State* L) { if (CGlueMgr::m_acceptedTerminationWithoutNotice) { lua_pushnumber(L, 1.0); - } - else { + } else { lua_pushnil(L); }