Skip to content

Commit 2d607a9

Browse files
format
1 parent eb613dc commit 2d607a9

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

forester/src/smart_transaction.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ use solana_transaction_status::TransactionConfirmationStatus;
1919
use thiserror::Error;
2020
use tokio::time::{sleep, Instant};
2121

22-
use crate::{errors::{is_blockhash_not_found, rpc_is_already_processed}, priority_fee::PriorityFeeConfig};
22+
use crate::{
23+
errors::{is_blockhash_not_found, rpc_is_already_processed},
24+
priority_fee::PriorityFeeConfig,
25+
};
2326

2427
#[derive(Debug, Clone, Copy, Default)]
2528
pub struct ComputeBudgetConfig {

sdk-tests/csdk-anchor-full-derived-test/tests/integration_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3863,7 +3863,7 @@ async fn test_d9_edge_many_literals() {
38633863
#[tokio::test]
38643864
async fn test_d9_edge_mixed() {
38653865
use csdk_anchor_full_derived_test::d9_seeds::{
3866-
edge_cases::{AB, SEED_123, _UNDERSCORE_CONST},
3866+
edge_cases::{_UNDERSCORE_CONST, AB, SEED_123},
38673867
D9EdgeMixedParams,
38683868
};
38693869

0 commit comments

Comments
 (0)