style(simulation): cargo fmt — const assert line wrap
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user