chore: format files touched by refactor/remove-vec3-tls

This commit is contained in:
orng
2026-03-26 14:13:45 -05:00
parent 87e8078a65
commit 20982f11c1
16 changed files with 44 additions and 50 deletions

View File

@@ -155,7 +155,8 @@ void ConsoleSchematicFile::load(DataInputStream* dis) {
// app.DebugPrintf(1,"Loaded entity type %d at
// (%f,%f,%f)\n",(int)type,x,y,z);
#endif
m_entities.push_back(std::pair<Vec3, CompoundTag*>(Vec3(x, y, z), (CompoundTag*)eTag->copy()));
m_entities.push_back(std::pair<Vec3, CompoundTag*>(
Vec3(x, y, z), (CompoundTag*)eTag->copy()));
}
}
delete tag;