mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Apply autofixes from clazy
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user