mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Fix indentation of a }
This commit is contained in:
parent
5c29afd0a7
commit
021f5a3214
1 changed files with 1 additions and 1 deletions
|
@ -2360,7 +2360,7 @@ impl Document {
|
||||||
if attr.local_name() == &local_name!("width") ||
|
if attr.local_name() == &local_name!("width") ||
|
||||||
attr.local_name() == &local_name!("height") {
|
attr.local_name() == &local_name!("height") {
|
||||||
entry.hint |= RESTYLE_SELF;
|
entry.hint |= RESTYLE_SELF;
|
||||||
}
|
}
|
||||||
|
|
||||||
let mut snapshot = entry.snapshot.as_mut().unwrap();
|
let mut snapshot = entry.snapshot.as_mut().unwrap();
|
||||||
if snapshot.attrs.is_none() {
|
if snapshot.attrs.is_none() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue