Use nightly rustfmt in CI (#7509)

* Use nightly rustfmt in CI

* Fix current code to be nightly formatted
This commit is contained in:
Jonathan Tran
2025-06-17 14:30:33 -04:00
committed by GitHub
parent 25b9a34640
commit 0c702e4bab
3 changed files with 7 additions and 5 deletions

View File

@ -668,9 +668,8 @@ impl From<GeometryWithImportedGeometry> for KclValue {
#[cfg(test)]
mod tests {
use crate::exec::UnitType;
use super::*;
use crate::exec::UnitType;
#[test]
fn test_human_friendly_type() {