mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
style: Rustfmt recent changes.
This commit is contained in:
parent
152ef2e042
commit
5f173c463e
16 changed files with 53 additions and 43 deletions
|
@ -13,8 +13,8 @@ use crate::values::computed::length::CalcLengthOrPercentage;
|
|||
use crate::values::computed::url::ComputedUrl;
|
||||
use crate::values::computed::Angle as ComputedAngle;
|
||||
use crate::values::computed::Image;
|
||||
use crate::values::CSSFloat;
|
||||
use crate::values::specified::SVGPathData;
|
||||
use crate::values::CSSFloat;
|
||||
use app_units::Au;
|
||||
use euclid::{Point2D, Size2D};
|
||||
use smallvec::SmallVec;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue