mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +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") ||
|
||||
attr.local_name() == &local_name!("height") {
|
||||
entry.hint |= RESTYLE_SELF;
|
||||
}
|
||||
}
|
||||
|
||||
let mut snapshot = entry.snapshot.as_mut().unwrap();
|
||||
if snapshot.attrs.is_none() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue