chore: format profile

This commit is contained in:
Gabriele Musco 2023-06-02 18:06:59 +02:00
commit f278559e07

View file

@ -1,9 +1,9 @@
use serde::{Deserialize, Serialize}; use serde::{Deserialize, Serialize};
use std::{ use std::{
collections::HashMap, collections::HashMap,
fs::{create_dir_all, File, OpenOptions}, fs::File,
io::{BufReader, BufWriter}, io::BufReader,
path::Path, fmt::Display, fmt::Display,
}; };
use crate::file_utils::get_writer; use crate::file_utils::get_writer;