mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
style: Rustfmt recent changes.
This commit is contained in:
parent
c913941669
commit
55966412af
4 changed files with 3 additions and 8 deletions
|
@ -11,7 +11,7 @@ use crate::values::generics::svg as generic;
|
|||
use crate::values::RGBA;
|
||||
use crate::Zero;
|
||||
|
||||
pub use crate::values::specified::{SVGPaintOrder, MozContextProperties};
|
||||
pub use crate::values::specified::{MozContextProperties, SVGPaintOrder};
|
||||
|
||||
/// Computed SVG Paint value
|
||||
pub type SVGPaint = generic::GenericSVGPaint<Color, ComputedUrl>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue