diff --git a/proxmox-http-error/src/lib.rs b/proxmox-http-error/src/lib.rs index de45cb98..b41a98c1 100644 --- a/proxmox-http-error/src/lib.rs +++ b/proxmox-http-error/src/lib.rs @@ -1,6 +1,7 @@ -use serde::{ser::SerializeStruct, Serialize, Serializer}; use std::fmt; +use serde::{ser::SerializeStruct, Serialize, Serializer}; + #[doc(hidden)] pub use http::StatusCode;