Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
CUB3D committed Sep 16, 2024
1 parent 814b41b commit f2ee37e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flash-lso/src/amf3/read.rs
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,6 @@ impl AMF3Decoder {

let (i, elems) = many_m_n(len, len, |i| this.parse_single_element(i))(i)?;


let id = if let Value::VectorObject(id, _, _, _) =
this.object_reference_table.get(ofi).unwrap().as_ref()
{
Expand Down

0 comments on commit f2ee37e

Please sign in to comment.