Skip to content

Commit

Permalink
avm2: Empty line removed in xml.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
cy-polo authored and sleepycatcoding committed May 6, 2024
1 parent 22f2472 commit 36ab8b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/avm2/globals/xml.rs
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,6 @@ pub fn contains<'gc>(
let result = xml.node().equals(&other.node());
return Ok(result.into());
}

Ok(false.into())
}

Expand Down

0 comments on commit 36ab8b5

Please sign in to comment.