Fix tidy issues.

This commit is contained in:
Emilio Cobos Álvarez 2018-11-05 12:20:26 +01:00
parent 29f56919e2
commit 8560c8dd5a
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
4 changed files with 4 additions and 6 deletions

View file

@ -4,11 +4,11 @@
//! Animation implementation for various length-related types.
use super::{Animate, Procedure, ToAnimatedValue, ToAnimatedZero};
use values::computed::MaxLength as ComputedMaxLength;
use values::computed::MozLength as ComputedMozLength;
use values::computed::Percentage;
use values::computed::length::{Length, CalcLengthOrPercentage, LengthOrPercentageOrNone, LengthOrPercentageOrAuto};
use super::{Animate, Procedure, ToAnimatedValue, ToAnimatedZero};
/// <https://drafts.csswg.org/css-transitions/#animtype-lpcalc>
impl Animate for CalcLengthOrPercentage {