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

@ -5,13 +5,13 @@
//! Animation implementations for various SVG-related types.
use properties::animated_properties::ListAnimation;
use super::{Animate, Procedure, ToAnimatedZero};
use values::animated::color::Color as AnimatedColor;
use values::computed::{Number, NumberOrPercentage, LengthOrPercentage};
use values::computed::url::ComputedUrl;
use values::distance::{ComputeSquaredDistance, SquaredDistance};
use values::generics::svg::{SVGLength, SvgLengthOrPercentageOrNumber, SVGPaint};
use values::generics::svg::{SVGStrokeDashArray, SVGOpacity};
use super::{Animate, Procedure, ToAnimatedZero};
/// Animated SVGPaint.
pub type IntermediateSVGPaint = SVGPaint<AnimatedColor, ComputedUrl>;