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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user