Fixed inconsistency and bad style #1652

This commit is contained in:
Alexey Milovidov 2018-08-08 03:12:40 +03:00
parent 1082619320
commit 5860838776

View File

@ -765,7 +765,7 @@ private:
bool process(const String & text)
{
const auto ignore_error = config().getBool("ignore-error", false);
const bool ignore_error = config().getBool("ignore-error", false);
const bool test_mode = config().has("testmode");
if (config().has("multiquery"))
{