style: fix tidy issues and update test expectations.

This commit is contained in:
Emilio Cobos Álvarez 2018-10-09 20:27:38 +02:00
parent 912d65a392
commit f287691f2e
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
7 changed files with 3 additions and 56 deletions

View file

@ -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);