mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Reformat recent changes.
This commit is contained in:
parent
7c96aed31d
commit
f76acc84c6
30 changed files with 330 additions and 191 deletions
|
@ -694,9 +694,7 @@ where
|
|||
if let Some(ref values) = data.styles.primary {
|
||||
for image in &values.get_background().background_image.0 {
|
||||
let (name, arguments) = match *image {
|
||||
Image::PaintWorklet(ref worklet) => {
|
||||
(&worklet.name, &worklet.arguments)
|
||||
},
|
||||
Image::PaintWorklet(ref worklet) => (&worklet.name, &worklet.arguments),
|
||||
_ => continue,
|
||||
};
|
||||
let painter = match context.shared.registered_speculative_painters.get(name) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue