cleanup rf formatting

This commit is contained in:
Robin Appelman 2026-06-27 00:13:40 +02:00
commit 16993948cf
4 changed files with 166 additions and 153 deletions

View file

@ -50,7 +50,7 @@ impl MiTempDevice {
}
pub fn format_prometheus(&self) -> impl Display + '_ {
MitempFormatter { device: &self }
MitempFormatter { device: self }
}
}