mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +01:00
Fix tidy issues.
This commit is contained in:
parent
29f56919e2
commit
8560c8dd5a
4 changed files with 4 additions and 6 deletions
|
@ -5,9 +5,7 @@
|
|||
//! Computed types for SVG properties.
|
||||
|
||||
use values::RGBA;
|
||||
use values::computed::LengthOrPercentage;
|
||||
use values::computed::{NonNegativeLengthOrPercentage, NonNegativeNumber, Number};
|
||||
use values::computed::Opacity;
|
||||
use values::computed::{NonNegativeLengthOrPercentage, NonNegativeNumber, Number, LengthOrPercentage, Opacity};
|
||||
use values::computed::color::Color;
|
||||
use values::computed::url::ComputedUrl;
|
||||
use values::generics::svg as generic;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue