mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
style: Format recent patches.
This commit is contained in:
parent
efa54a876a
commit
175e594652
7 changed files with 10 additions and 9 deletions
|
@ -20,7 +20,7 @@ use values::computed::{self, CSSPixelLength, Context, ExtremumLength};
|
|||
use values::generics::length::{MaxLength as GenericMaxLength, MozLength as GenericMozLength};
|
||||
use values::generics::NonNegative;
|
||||
use values::specified::calc::CalcNode;
|
||||
use values::{Auto, CSSFloat, Either, Normal, IsAuto};
|
||||
use values::{Auto, CSSFloat, Either, IsAuto, Normal};
|
||||
|
||||
pub use super::image::{ColorStop, EndingShape as GradientEndingShape, Gradient};
|
||||
pub use super::image::{GradientKind, Image};
|
||||
|
|
|
@ -88,7 +88,7 @@ pub struct QuotePair {
|
|||
pub struct Quotes(
|
||||
#[css(iterable, if_empty = "none")]
|
||||
#[ignore_malloc_size_of = "Arc"]
|
||||
pub Arc<Box<[QuotePair]>>
|
||||
pub Arc<Box<[QuotePair]>>,
|
||||
);
|
||||
|
||||
impl Parse for Quotes {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue