mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
style: Fix tidy.
This commit is contained in:
parent
fc4998367b
commit
750c223021
4 changed files with 9 additions and 10 deletions
|
@ -17,8 +17,8 @@ use media_queries::{Device, MediaList};
|
|||
use properties::ComputedValues;
|
||||
use selector_parser::SnapshotMap;
|
||||
use servo_arc::Arc;
|
||||
use std::fmt;
|
||||
use shared_lock::{Locked, SharedRwLockReadGuard, StylesheetGuards};
|
||||
use std::fmt;
|
||||
use stylesheets::{CssRule, Origin, StylesheetContents, StylesheetInDocument};
|
||||
use stylist::Stylist;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue