Fix formatting.

This commit is contained in:
Josh Matthews 2023-02-16 23:33:24 -05:00
parent 5e5669b945
commit 9ea1399c30
4 changed files with 7 additions and 15 deletions

View file

@ -3574,8 +3574,7 @@ impl Document {
pub fn enter_fullscreen(&self, pending: &Element) -> Rc<Promise> {
// Step 1
let in_realm_proof = AlreadyInRealm::assert();
let promise =
Promise::new_in_current_realm(InRealm::Already(&in_realm_proof));
let promise = Promise::new_in_current_realm(InRealm::Already(&in_realm_proof));
let mut error = false;
// Step 4