From 1e4a73007ebd68c1fea81b01d90fe2752378c9fe Mon Sep 17 00:00:00 2001 From: Eamon Bode Date: Wed, 8 Feb 2023 15:44:55 -0500 Subject: [PATCH] Apply suggestions from code review Whitespace fixes Co-authored-by: Myk --- plugins/autochop.cpp | 4 ---- plugins/automelt.cpp | 3 --- 2 files changed, 7 deletions(-) diff --git a/plugins/autochop.cpp b/plugins/autochop.cpp index 7a16a79b4..3a433f7a9 100644 --- a/plugins/autochop.cpp +++ b/plugins/autochop.cpp @@ -816,7 +816,6 @@ static void emplace_bulk_burrow_config(lua_State *L, map> &burrows, PersistentDataItem &c) { @@ -826,8 +825,6 @@ static void emplace_bulk_burrow_config(lua_State *L, map> &stockpiles) { - map stockpile_config; stockpile_config.emplace("id", id); stockpile_config.emplace("monitored", monitored); @@ -751,8 +750,6 @@ static int automelt_getSelectedStockpileConfig(lua_State *L){ return 1; } - - static int automelt_getItemCountsAndStockpileConfigs(lua_State *L) { color_ostream *out = Lua::GetOutput(L); if (!out)