Apply autofixes from clazy

This commit is contained in:
Ilya Fedin
2021-03-13 12:26:58 +04:00
committed by John Preston
parent c9934c142d
commit f25b2a2094
35 changed files with 49 additions and 49 deletions
@@ -75,7 +75,7 @@ void DicePack::applySet(const MTPDmessages_stickerSet &data) {
if (isSlotMachine) {
return;
}
for (const auto pack : data.vpacks().v) {
for (const auto &pack : data.vpacks().v) {
pack.match([&](const MTPDstickerPack &data) {
const auto emoji = qs(data.vemoticon());
if (emoji.isEmpty()) {