From 10bbf981a6ba2fec32f87b36f60eaaa1a7f739da Mon Sep 17 00:00:00 2001 From: Christof Chen Date: Sat, 8 Oct 2022 17:06:39 +0200 Subject: [PATCH] formatting --- pdns/dnsdist-lua.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/pdns/dnsdist-lua.cc b/pdns/dnsdist-lua.cc index df3b687fdd..0cca9c7149 100644 --- a/pdns/dnsdist-lua.cc +++ b/pdns/dnsdist-lua.cc @@ -1743,7 +1743,6 @@ static void setupLuaConfig(LuaContext& luaCtx, bool client, bool configCheck) for (const auto& entry : localPools) { const string& name = entry.first; ret.push_back(make_pair(count++, name)); - } return ret; }); -- 2.47.2