chore: format everything

This commit is contained in:
Tropical
2026-03-30 02:13:59 -05:00
parent 470ddf959d
commit c9b90cae2c
463 changed files with 12748 additions and 11285 deletions

View File

@@ -224,8 +224,7 @@ void TexturePackRepository::removeTexturePackById(std::uint32_t id) {
if (it != cacheById.end()) {
TexturePack* oldPack = it->second;
auto it2 =
find(texturePacks->begin(), texturePacks->end(), oldPack);
auto it2 = find(texturePacks->begin(), texturePacks->end(), oldPack);
if (it2 != texturePacks->end()) {
texturePacks->erase(it2);
if (lastSelected == oldPack) {