mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 22:46:10 +00:00
Apply autofixes from clazy
This commit is contained in:
@@ -384,7 +384,7 @@ void Instance::Private::applyDomainIps(
|
||||
return true;
|
||||
}
|
||||
current.erase(i, end(current));
|
||||
for (const auto &ip : copy) {
|
||||
for (const auto &ip : std::as_const(copy)) {
|
||||
proxy.resolvedIPs.push_back(ip);
|
||||
}
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user