Reformat with rustfmt 1.4.36-nightly (7de6968 2021-02-07)

This commit is contained in:
Simon Sapin 2021-02-25 09:11:54 +01:00
parent 2dd3c05479
commit 479a42a980
6 changed files with 31 additions and 14 deletions

View file

@ -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.