style: import ordering + blank lines after now_unix sweep (treefmt)

This commit is contained in:
müde 2026-07-06 22:08:40 +02:00
commit dc6a37b29a
14 changed files with 10 additions and 26 deletions

View file

@ -13,7 +13,6 @@
//! the dashboard uses, so the bottleneck would be json
//! (de)serialisation, not the read.
use anyhow::Result;
use hive_sh4re::LooseEnd;
@ -143,7 +142,6 @@ fn saturating_age(now: i64, then: i64) -> u64 {
u64::try_from(delta).unwrap_or(0)
}
#[cfg(test)]
mod tests {
use super::*;