diff options
Diffstat (limited to 'src/controller/balance.rs')
| -rw-r--r-- | src/controller/balance.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controller/balance.rs b/src/controller/balance.rs index ae6d810..309f15c 100644 --- a/src/controller/balance.rs +++ b/src/controller/balance.rs @@ -1,6 +1,6 @@ use http_body_util::Full; -use hyper::body::Bytes; use hyper::Response; +use hyper::body::Bytes; use std::collections::HashMap; use crate::controller::utils; |
