Skip to content

Commit

Permalink
No bug - Appease Servo's tidy lint. r=me
Browse files Browse the repository at this point in the history
Signed-off-by: Emilio Cobos Álvarez <[email protected]>

MozReview-Commit-ID: CoejeixDmI6
  • Loading branch information
emilio committed May 28, 2018
1 parent 6a8797d commit 70bb5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servo/components/style/values/animated/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
use app_units::Au;
use euclid::{Point2D, Size2D};
use smallvec::SmallVec;
use values::computed::length::CalcLengthOrPercentage;
use values::computed::Angle as ComputedAngle;
use values::computed::BorderCornerRadius as ComputedBorderCornerRadius;
use values::computed::MaxLength as ComputedMaxLength;
use values::computed::MozLength as ComputedMozLength;
use values::computed::length::CalcLengthOrPercentage;
use values::computed::url::ComputedUrl;

pub mod color;
Expand Down

0 comments on commit 70bb5be

Please sign in to comment.