mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
style: Appease tidy.
This commit is contained in:
parent
44ae191e72
commit
3a1539ccde
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ impl Parse for Transform {
|
|||
}
|
||||
|
||||
/// The specified value of a component of a CSS `<transform-origin>`.
|
||||
#[derive(Clone, Debug, MallocSizeOf, PartialEq, Parse, SpecifiedValueInfo, ToCss)]
|
||||
#[derive(Clone, Debug, MallocSizeOf, Parse, PartialEq, SpecifiedValueInfo, ToCss)]
|
||||
pub enum OriginComponent<S> {
|
||||
/// `center`
|
||||
Center,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue