summaryrefslogtreecommitdiffstats
path: root/src/files.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/files.rs')
-rw-r--r--src/files.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/files.rs b/src/files.rs
index f72070b..b0f0ad5 100644
--- a/src/files.rs
+++ b/src/files.rs
@@ -1,5 +1,4 @@
-use crate::config::CONFIG;
-use crate::errors::AppError;
+use crate::{config::CONFIG, errors::AppError};
use axum::{
extract::{Multipart, Path},
http::header::{HeaderMap, HeaderName, HeaderValue},