mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Make servo-tidy happy.
This commit is contained in:
parent
dccb8263cc
commit
164bfbcb40
3 changed files with 6 additions and 6 deletions
|
@ -8,9 +8,9 @@
|
|||
|
||||
use std::fmt::{self, Write};
|
||||
use style_traits::{CssWriter, ToCss};
|
||||
use values::CSSFloat;
|
||||
use values::computed::{Context, ToComputedValue};
|
||||
use values::specified;
|
||||
use values::CSSFloat;
|
||||
|
||||
/// A computed `<resolution>`.
|
||||
pub struct Resolution(CSSFloat);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue