mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Fix indentation
This commit is contained in:
parent
8ac35a50f8
commit
61105dcbff
1 changed files with 2 additions and 2 deletions
|
@ -80,8 +80,8 @@ impl LayerProperties {
|
|||
metadata.position.origin.y as f32),
|
||||
Size2D(metadata.position.size.width as f32,
|
||||
metadata.position.size.height as f32)),
|
||||
background_color: metadata.background_color,
|
||||
scroll_policy: metadata.scroll_policy,
|
||||
background_color: metadata.background_color,
|
||||
scroll_policy: metadata.scroll_policy,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue