style: Some minor formatting nits.

This commit is contained in:
Emilio Cobos Álvarez 2018-11-08 01:03:45 +01:00
parent 2ea4af1171
commit 8cb5b149eb
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
11 changed files with 54 additions and 74 deletions

View file

@ -5,9 +5,8 @@
//! Animation implementation for various length-related types.
use super::{Animate, Procedure, ToAnimatedValue, ToAnimatedZero};
use values::computed::length::{
CalcLengthOrPercentage, Length, LengthOrPercentageOrAuto, LengthOrPercentageOrNone,
};
use values::computed::length::{CalcLengthOrPercentage, Length};
use values::computed::length::{LengthOrPercentageOrAuto, LengthOrPercentageOrNone};
use values::computed::MaxLength as ComputedMaxLength;
use values::computed::MozLength as ComputedMozLength;
use values::computed::Percentage;