Skip to content

Commit

Permalink
FMT
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldragonfly committed Jan 9, 2025
1 parent a847a80 commit 57f9e6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ updates:
directory: "/"
schedule:
interval: "daily"
labels: [ ]
labels: [ ]
6 changes: 2 additions & 4 deletions rust-sdk/whirlpool/src/position.rs
Original file line number Diff line number Diff line change
Expand Up @@ -301,10 +301,8 @@ pub async fn fetch_positions_in_whirlpool(
mod tests {
use super::*;
use crate::tests::{
setup_ata_with_amount, setup_mint_with_decimals, setup_position, setup_whirlpool,
RpcContext,
setup_te_position,
setup_position_bundle,
setup_ata_with_amount, setup_mint_with_decimals, setup_position, setup_position_bundle,
setup_te_position, setup_whirlpool, RpcContext,
};
use serial_test::serial;
use solana_program_test::tokio;
Expand Down

0 comments on commit 57f9e6e

Please sign in to comment.