treewide: cargo fmt with 1.85

This commit is contained in:
Matthias Schiffer 2025-03-13 21:44:10 +01:00
parent 7bba5bae55
commit 775fcb2d1b
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C
8 changed files with 18 additions and 20 deletions

View file

@ -4,11 +4,11 @@
//! over different data versions as much as possible.
use std::{
collections::{btree_map, BTreeMap},
collections::{BTreeMap, btree_map},
iter::{self, FusedIterator},
};
use anyhow::{bail, Context, Result};
use anyhow::{Context, Result, bail};
use super::{block_entity::BlockEntity, de, section::*};
use crate::{