mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-03 06:38:52 +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 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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue