]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
formatting
authorChristof Chen <christof@chen.de>
Sat, 8 Oct 2022 15:06:39 +0000 (17:06 +0200)
committerChristof Chen <christof@chen.de>
Sat, 8 Oct 2022 15:06:39 +0000 (17:06 +0200)
pdns/dnsdist-lua.cc

index df3b687fdd33542c5e1bc4fe1c13d4b75e5d6a50..0cca9c71499f14669943068dd90bb3c78949ecc6 100644 (file)
@@ -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;
   });