Skip to content

Commit c9969ff

Browse files
committed
cargo fmt --
1 parent e60ef3f commit c9969ff

File tree

1 file changed

+1
-2
lines changed
  • programs/drift/src/state/order_params

1 file changed

+1
-2
lines changed

programs/drift/src/state/order_params/tests.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,6 @@ mod update_perp_auction_params {
618618
Some(98 * PRICE_PRECISION_I64)
619619
);
620620
assert_eq!(order_params_after.auction_duration, Some(127));
621-
622621
}
623622

624623
#[test]
@@ -1042,7 +1041,7 @@ mod update_perp_auction_params {
10421041
assert_ne!(order_params_before, order_params_after);
10431042
assert_eq!(
10441043
order_params_after.auction_start_price.unwrap(),
1045-
(99 * PRICE_PRECISION_I64 - oracle_price / 400 + 18698) // approx equal with some noise
1044+
(99 * PRICE_PRECISION_I64 - oracle_price / 400 + 18698) // approx equal with some noise
10461045
);
10471046

10481047
let order_params_before = OrderParams {

0 commit comments

Comments
 (0)