chore: clippy + fmt

This commit is contained in:
Edward Langley
2026-04-01 22:17:11 -07:00
parent 1d5edd2c09
commit fe74cc5fcb
5 changed files with 13 additions and 11 deletions

View File

@ -175,7 +175,9 @@ fn import_headless(
model_name: Option<&str>,
array_path: Option<&str>,
) -> CommandResult {
let is_csv = path.extension().is_some_and(|ext| ext.eq_ignore_ascii_case("csv"));
let is_csv = path
.extension()
.is_some_and(|ext| ext.eq_ignore_ascii_case("csv"));
let records = if is_csv {
// Parse CSV file