fix: codestyle CI (#13453)

This commit is contained in:
Angelo Venturini
2022-10-17 20:21:22 -03:00
committed by GitHub
parent a82cf659a3
commit 07d4144c12

View File

@@ -501,7 +501,6 @@ void DBUpdater<T>::ApplyFile(DatabaseWorkerPool<T>& pool, std::string const& hos
auto env = boost::process::environment();
// Invokes a mysql process which doesn't leak credentials to logs
int const ret = Acore::StartProcess(DBUpdaterUtil::GetCorrectedMySQLExecutable(), args,
"sql.updates", "", true, env);