Skip to content

Commit 72b26e1

Browse files
committed
removed white spaces
1 parent e473424 commit 72b26e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library/LuaApi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4177,7 +4177,7 @@ static int internal_get_persistent_data_int(lua_State* L, get_data_fn get_data)
41774177
lua_pushnil(L);
41784178
}
41794179
else {
4180-
const int idx = lua_tointeger(L, 2);
4180+
const int idx = lua_tointeger(L, 2);
41814181
lua_pushinteger(L, data.get_int(idx));
41824182
}
41834183

plugins/lua/autobutcher/nestboxes.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ function checkItemCreated(item_id)
318318
and not (race_config.full_stop and autobutcher_info.mac == 0)) -- do not check eggs if reached animal targets for race and full stop enabled
319319
or state.ignore_autobutcher) -- or check eggs ignoring autobutcher settings
320320
and race_config.watched)-- check eggs only when nestboxes is watching race
321-
then
321+
then
322322
nestboxesEvent.handleEggs(item, race_config, state.split_stacks, autobutcher_info.mac)
323323
end
324324
end

0 commit comments

Comments
 (0)