mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: fix tidy issues and update test expectations.
This commit is contained in:
parent
912d65a392
commit
f287691f2e
7 changed files with 3 additions and 56 deletions
|
@ -161,7 +161,7 @@ impl FontWeightRange {
|
|||
/// The font-stretch descriptor:
|
||||
///
|
||||
/// https://drafts.csswg.org/css-fonts-4/#descdef-font-face-font-stretch
|
||||
#[derive(Clone, Debug, PartialEq,)]
|
||||
#[derive(Clone, Debug, PartialEq)]
|
||||
pub struct FontStretchRange(pub FontStretch, pub FontStretch);
|
||||
impl_range!(FontStretchRange, FontStretch);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue