Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
54k1 committed Dec 26, 2020
1 parent 565ab39 commit 704f942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boa/src/value/operations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ impl Value {
a.as_inner()
.clone()
.shift_left(b.as_inner().clone())
.map_err(|msg| context.construct_range_error(msg))?
.map_err(|msg| context.construct_range_error(msg))?,
),

// Slow path:
Expand Down

0 comments on commit 704f942

Please sign in to comment.