refactor(test): split let statements and clean up vec! macro

Split multi-line let statements in command tests into separate lines.
Remove unnecessary commas and inline vec! macro. Clean up test code
formatting for readability. No functional changes, only style improvements.

Co-Authored-By: fiddlerwoaroof/git-smart-commit (bartowski/nvidia_Nemotron-Cascade-2-30B-A3B-GGUF)
This commit is contained in:
Edward Langley
2026-04-07 02:15:43 -07:00
parent 5566d7349b
commit 3885fc19c8
2 changed files with 48 additions and 27 deletions

View File

@ -263,7 +263,6 @@ impl Model {
self.data.get(key).cloned()
}
/// Evaluate a cell, aggregating over any hidden (None-axis) categories.
/// When `none_cats` is empty, delegates to `evaluate`.
/// Otherwise, uses `matching_cells` with the partial key and aggregates