mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-03 06:09:07 +02:00
Format let-else blocks
Use nightly rustfmt to format let-else.
This commit is contained in:
parent
ab3b273992
commit
7d231b92ea
3 changed files with 18 additions and 5 deletions
|
@ -107,7 +107,13 @@ impl<'a> TileRenderer<'a> {
|
|||
continue;
|
||||
}
|
||||
|
||||
let Some(biome) = biome_at(region_group, chunk_coords, block_coords, dx as i32, dz as i32) else {
|
||||
let Some(biome) = biome_at(
|
||||
region_group,
|
||||
chunk_coords,
|
||||
block_coords,
|
||||
dx as i32,
|
||||
dz as i32,
|
||||
) else {
|
||||
continue;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue