aboutsummaryrefslogtreecommitdiffstats
path: root/components/net_traits/image_cache.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/net_traits/image_cache.rs')
-rw-r--r--components/net_traits/image_cache.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/net_traits/image_cache.rs b/components/net_traits/image_cache.rs
index 6cc70ba245a..6f035187a81 100644
--- a/components/net_traits/image_cache.rs
+++ b/components/net_traits/image_cache.rs
@@ -2,8 +2,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-use crate::FetchResponseMsg;
use crate::image::base::{Image, ImageMetadata};
+use crate::FetchResponseMsg;
use ipc_channel::ipc::IpcSender;
use servo_url::ServoUrl;
use std::sync::Arc;