mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-18 13:40:55 -04:00
Run cargo fmt
This commit is contained in:
committed by
Stefan Ceriu
parent
21c59c95c4
commit
1f98e0cd19
@@ -14,11 +14,11 @@
|
||||
|
||||
use std::time::Duration;
|
||||
|
||||
use matrix_sdk_base::sleep;
|
||||
use http::{
|
||||
header::{CONTENT_TYPE, ETAG, EXPIRES, IF_MATCH, IF_NONE_MATCH, LAST_MODIFIED},
|
||||
HeaderMap, HeaderName, Method, StatusCode,
|
||||
};
|
||||
use matrix_sdk_base::sleep;
|
||||
use ruma::api::{
|
||||
error::{FromHttpResponseError, HeaderDeserializationError, IntoHttpError, MatrixError},
|
||||
EndpointError,
|
||||
|
||||
Reference in New Issue
Block a user