From 972842c320ef098cae68fda4046a1fe849e753b7 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Wed, 22 Jul 2026 23:36:11 +0200 Subject: [PATCH] =?UTF-8?q?style(simulation):=20cargo=20fmt=20=E2=80=94=20?= =?UTF-8?q?const=20assert=20line=20wrap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- server/src/atlas/layer_proxy.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/server/src/atlas/layer_proxy.rs b/server/src/atlas/layer_proxy.rs index 5500e6013..4ff965637 100644 --- a/server/src/atlas/layer_proxy.rs +++ b/server/src/atlas/layer_proxy.rs @@ -467,9 +467,8 @@ const MIN_WL_BANDS_M: [f64; 6] = [ /// the build breaks loudly and a human decides deliberately whether the /// coincidence should be restored or the two meanings were meant to diverge /// — never a silent redefinition of the Atlas rung floor. -const _: () = assert!( - crate::atlas::detail_scatter::OCTAVE_WAVELENGTHS_M[3] as i64 == 2 * DISTRICT_M as i64 -); +const _: () = + assert!(crate::atlas::detail_scatter::OCTAVE_WAVELENGTHS_M[3] as i64 == 2 * DISTRICT_M as i64); /// Snap a wire-supplied `window_min_wl_m` to the nearest fixed band in /// [`MIN_WL_BANDS_M`] (T-1150, design doc §5's gap-fix): "as specified,