Skip to content

Commit

Permalink
cargo fmt --
Browse files Browse the repository at this point in the history
  • Loading branch information
crispheaney committed Dec 19, 2023
1 parent 31fc415 commit 3c78f31
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions programs/drift/src/math/funding/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,10 @@ fn calculate_funding_rate(
Ok(funding_rate)
}


use crate::create_account_info;
use crate::test_utils::create_account_info;
#[cfg(test)]
use crate::test_utils::get_account_bytes;
use crate::test_utils::create_account_info;
use crate::create_account_info;

#[test]
fn balanced_funding_test() {
Expand Down

0 comments on commit 3c78f31

Please sign in to comment.