chore(glue): style nit

This commit is contained in:
fallenoak 2026-02-25 20:38:01 -06:00 committed by GitHub
parent 701cc8137b
commit 22ebc4a6fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -224,8 +224,7 @@ int32_t Script_ShowScanningNotice(lua_State* L) {
int32_t Script_ScanningAccepted(lua_State* L) { int32_t Script_ScanningAccepted(lua_State* L) {
if (CGlueMgr::m_acceptedScanning) { if (CGlueMgr::m_acceptedScanning) {
lua_pushnumber(L, 1.0); lua_pushnumber(L, 1.0);
} } else {
else {
lua_pushnil(L); lua_pushnil(L);
} }