Skip to content

Commit 79e35e8

Browse files
format
1 parent 6e3e311 commit 79e35e8

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

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

sdk-tests/sdk-token-test/tests/test_deposit.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@ use light_compressed_token_sdk::{
1010
use light_program_test::{AddressWithTree, Indexer, LightProgramTest, ProgramTestConfig, Rpc};
1111
use light_sdk::{
1212
address::v1::derive_address,
13-
instruction::{
14-
account_meta::CompressedAccountMeta, PackedAccounts,
15-
SystemAccountMetaConfig,
16-
},
13+
instruction::{account_meta::CompressedAccountMeta, PackedAccounts, SystemAccountMetaConfig},
1714
};
1815
use light_test_utils::{
1916
spl::{create_mint_helper, create_token_account, mint_spl_tokens},

0 commit comments

Comments
 (0)