Skip to content

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
HalidOdat committed Apr 9, 2023
1 parent a7a7714 commit 8904e2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion boa_engine/src/builtins/array/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ impl Array {
.shape()
.to_addr_usize()
{

// NOTE: The "length" property is the first element.
borrowed_object.properties_mut().storage[0] = JsValue::new(len);
return Ok(());
Expand Down

0 comments on commit 8904e2b

Please sign in to comment.