mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Reformat with rustfmt 1.4.36-nightly (7de6968 2021-02-07)
This commit is contained in:
parent
2dd3c05479
commit
479a42a980
6 changed files with 31 additions and 14 deletions
|
@ -102,7 +102,9 @@ impl Parse for OffsetPath {
|
|||
}
|
||||
|
||||
/// The direction of offset-rotate.
|
||||
#[derive(Clone, Copy, Debug, MallocSizeOf, Parse, PartialEq, SpecifiedValueInfo, ToCss, ToShmem)]
|
||||
#[derive(
|
||||
Clone, Copy, Debug, MallocSizeOf, Parse, PartialEq, SpecifiedValueInfo, ToCss, ToShmem,
|
||||
)]
|
||||
#[repr(u8)]
|
||||
pub enum OffsetRotateDirection {
|
||||
/// Unspecified direction keyword.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue