Fix indentation of a }

This commit is contained in:
bjorn3 2017-04-17 12:00:53 +02:00 committed by GitHub
parent 5c29afd0a7
commit 021f5a3214

View file

@ -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() {