mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
style: Rustfmt again.
This commit is contained in:
parent
15f7daf5f5
commit
dd65470dd9
2 changed files with 5 additions and 2 deletions
|
@ -683,7 +683,10 @@ impl LayoutElementHelpers for LayoutDom<Element> {
|
|||
hints.push(from_declaration(
|
||||
shared_lock,
|
||||
PropertyDeclaration::BackgroundImage(background_image::SpecifiedValue(
|
||||
vec![specified::ImageLayer::Image(specified::Image::for_cascade(url.into()))].into(),
|
||||
vec![specified::ImageLayer::Image(specified::Image::for_cascade(
|
||||
url.into(),
|
||||
))]
|
||||
.into(),
|
||||
)),
|
||||
));
|
||||
}
|
||||
|
|
|
@ -11,8 +11,8 @@ use style::context::QuirksMode;
|
|||
use style::error_reporting::{ContextualParseError, ParseErrorReporter};
|
||||
use style::media_queries::MediaList;
|
||||
use style::shared_lock::SharedRwLock;
|
||||
use style::stylesheets::Stylesheet;
|
||||
use style::stylesheets::Origin;
|
||||
use style::stylesheets::Stylesheet;
|
||||
|
||||
#[derive(Debug)]
|
||||
struct CSSError {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue