mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-19 19:14:53 +00:00
chore: format profile
This commit is contained in:
parent
77289d2f45
commit
f278559e07
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue