From 1a201fc702555f0fe2148630f69305f36ea74021 Mon Sep 17 00:00:00 2001 From: Alan Jeffrey Date: Wed, 4 Jan 2017 15:23:37 +0000 Subject: [PATCH] Pass test-tidy. --- components/constellation/frame.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/constellation/frame.rs b/components/constellation/frame.rs index bb9c57820d0..d137e504f67 100644 --- a/components/constellation/frame.rs +++ b/components/constellation/frame.rs @@ -4,11 +4,11 @@ use msg::constellation_msg::{FrameId, PipelineId}; use pipeline::Pipeline; +use servo_url::ServoUrl; use std::collections::HashMap; use std::iter::once; use std::mem::replace; use std::time::Instant; -use servo_url::ServoUrl; /// A frame in the frame tree. /// Each frame is the constrellation's view of a browsing context.