diff options
author | Fernando Jiménez Moreno <ferjmoreno@gmail.com> | 2018-09-21 14:10:59 +0200 |
---|---|---|
committer | Fernando Jiménez Moreno <ferjmoreno@gmail.com> | 2018-10-08 16:12:03 +0200 |
commit | 50582f1548587ff66bdea4176a6a01f94c1e7e6e (patch) | |
tree | 4f8d908cb9fdac99d09e62e133937fe01e8bb62b /components/script_traits/lib.rs | |
parent | f4ba7e503bfa89805950e29cd9bd729e99264bda (diff) | |
download | servo-50582f1548587ff66bdea4176a6a01f94c1e7e6e.tar.gz servo-50582f1548587ff66bdea4176a6a01f94c1e7e6e.zip |
Rustfmt and make tidy happy
Diffstat (limited to 'components/script_traits/lib.rs')
-rw-r--r-- | components/script_traits/lib.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/components/script_traits/lib.rs b/components/script_traits/lib.rs index 60b62f6b270..802e61ea172 100644 --- a/components/script_traits/lib.rs +++ b/components/script_traits/lib.rs @@ -72,9 +72,7 @@ use style_traits::CSSPixel; use style_traits::SpeculativePainter; use style_traits::cursor::CursorKind; use webdriver_msg::{LoadStatus, WebDriverScriptCommand}; -use webrender_api::{ - DevicePixel, DeviceUintSize, DocumentId, ExternalScrollId, ImageKey, RenderApiSender, -}; +use webrender_api::{DevicePixel, DeviceUintSize, DocumentId, ExternalScrollId, ImageKey, RenderApiSender}; use webvr_traits::{WebVREvent, WebVRMsg}; pub use script_msg::{LayoutMsg, ScriptMsg, EventResult, LogEntry}; |