mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Bug 1730397 - Remove unnecessary semi-colons in some macros. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D125503
This commit is contained in:
parent
87de42e070
commit
7e36533f7a
@ -752,7 +752,7 @@ impl MaybeNew for ViewportConstraints {
|
|||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
None
|
None
|
||||||
};
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -151,7 +151,7 @@ impl SpecifiedValueInfo for CounterStyle {
|
|||||||
// approach here.
|
// approach here.
|
||||||
macro_rules! predefined {
|
macro_rules! predefined {
|
||||||
($($name:expr,)+) => {
|
($($name:expr,)+) => {
|
||||||
f(&["symbols", $($name,)+]);
|
f(&["symbols", $($name,)+])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
include!("../../counter_style/predefined.rs");
|
include!("../../counter_style/predefined.rs");
|
||||||
|
Loading…
Reference in New Issue
Block a user