Fix formatting

This commit is contained in:
Piotr Siuszko 2025-01-16 17:57:16 +01:00
parent c9a28a328e
commit 7afc214e78
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ impl Spritesheet {
})
.collect(),
};
atlas_asset.frames.sort_by(|a,b| a.key.cmp(&b.key));
atlas_asset.frames.sort_by(|a, b| a.key.cmp(&b.key));
let atlas_asset_json = serde_json::to_value(&atlas_asset)?;
Ok(Spritesheet {