Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
apollo-sturdy committed Feb 13, 2023
1 parent c5a7dfb commit fb8af4a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/asset_list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -390,9 +390,7 @@ mod tests {
let mut list = mock_list();
list.add_many(&mock_list()).unwrap();

let expected = mock_list()
.apply(|a| a.amount *= Uint128::new(2))
.clone();
let expected = mock_list().apply(|a| a.amount *= Uint128::new(2)).clone();
assert_eq!(list, expected);
}

Expand Down

0 comments on commit fb8af4a

Please sign in to comment.