mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
style: Fix tidy.
This commit is contained in:
parent
1face496a2
commit
d9d9fed7d5
3 changed files with 4 additions and 5 deletions
|
@ -12,7 +12,7 @@ use style_traits::{ParseError, StyleParseErrorKind};
|
|||
use values::CSSFloat;
|
||||
|
||||
/// A specified resolution.
|
||||
#[derive(Clone, Debug, PartialEq, MallocSizeOf, ToCss)]
|
||||
#[derive(Clone, Debug, MallocSizeOf, PartialEq, ToCss)]
|
||||
pub enum Resolution {
|
||||
/// Dots per inch.
|
||||
#[css(dimension)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue