Skip to content

Commit

Permalink
test-tidy reports no errors, still need to squash
Browse files Browse the repository at this point in the history
  • Loading branch information
pmocher committed Mar 30, 2018
1 parent d34fa21 commit bad5c08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/layout/fragment.rs
Expand Up @@ -8,7 +8,7 @@

use ServoArc;
use app_units::Au;
use canvas_traits::canvas::{CanvasMsg,CanvasId};
use canvas_traits::canvas::{CanvasMsg, CanvasId};
use context::{LayoutContext, with_thread_local_font_context};
use display_list::ToLayout;
use euclid::{Point2D, Vector2D, Rect, Size2D};
Expand Down
3 changes: 1 addition & 2 deletions components/script/dom/bindings/trace.rs
Expand Up @@ -30,8 +30,7 @@
//! `JSTraceable` to a datatype.

use app_units::Au;
use canvas_traits::canvas::CanvasId;
use canvas_traits::canvas::{CanvasGradientStop, LinearGradientStyle, RadialGradientStyle};
use canvas_traits::canvas::{CanvasGradientStop, CanvasId, LinearGradientStyle, RadialGradientStyle};
use canvas_traits::canvas::{CompositionOrBlending, LineCapStyle, LineJoinStyle, RepetitionStyle};
use canvas_traits::webgl::{WebGLBufferId, WebGLFramebufferId, WebGLProgramId, WebGLRenderbufferId};
use canvas_traits::webgl::{WebGLChan, WebGLContextShareMode, WebGLError, WebGLPipeline, WebGLMsgSender};
Expand Down

0 comments on commit bad5c08

Please sign in to comment.