mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
style: Appease tidy.
This commit is contained in:
parent
38cbada278
commit
f4cff20649
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue