chore: format profile

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

View file

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