style: cargo fmt

This commit is contained in:
2026-04-23 20:23:13 +02:00
parent 480467ac32
commit 04d5478ee4
6 changed files with 24 additions and 23 deletions

View File

@@ -159,10 +159,12 @@ fn main() {
}
mod csv {
use std::fs::File;
use std::io::{self, BufRead, BufReader, Lines};
use std::ops;
use std::path::Path;
use std::{
fs::File,
io::{self, BufRead, BufReader, Lines},
ops,
path::Path,
};
pub struct Reader {
header_map: Vec<String>,