aboutsummaryrefslogtreecommitdiffstats
path: root/components/shared/net/image_cache.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/shared/net/image_cache.rs')
-rw-r--r--components/shared/net/image_cache.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/shared/net/image_cache.rs b/components/shared/net/image_cache.rs
index c98b52c20d4..abe0385c71a 100644
--- a/components/shared/net/image_cache.rs
+++ b/components/shared/net/image_cache.rs
@@ -13,8 +13,8 @@ use serde::{Deserialize, Serialize};
use servo_url::{ImmutableOrigin, ServoUrl};
use webrender_traits::CrossProcessCompositorApi;
-use crate::request::CorsSettings;
use crate::FetchResponseMsg;
+use crate::request::CorsSettings;
// ======================================================================
// Aux structs and enums.