Skip to content

Commit 8ed76e5

Browse files
format
1 parent 9487330 commit 8ed76e5

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

sdk-libs/program-test/src/indexer/test_indexer.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2173,10 +2173,8 @@ impl TestIndexer {
21732173
InclusionProofInputs::new(inclusion_proofs.as_slice()).unwrap();
21742174
(
21752175
Some(
2176-
BatchInclusionJsonStruct::from_inclusion_proof_inputs(
2177-
&inclusion_proof_inputs,
2178-
)
2179-
.map_err(|e| IndexerError::CustomError(e.to_string()))?,
2176+
BatchInclusionJsonStruct::from_inclusion_proof_inputs(&inclusion_proof_inputs)
2177+
.map_err(|e| IndexerError::CustomError(e.to_string()))?,
21802178
),
21812179
None,
21822180
)

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
@@ -3864,7 +3864,7 @@ async fn test_d9_edge_many_literals() {
38643864
#[tokio::test]
38653865
async fn test_d9_edge_mixed() {
38663866
use csdk_anchor_full_derived_test::d9_seeds::{
3867-
edge_cases::{_UNDERSCORE_CONST, AB, SEED_123},
3867+
edge_cases::{AB, SEED_123, _UNDERSCORE_CONST},
38683868
D9EdgeMixedParams,
38693869
};
38703870

0 commit comments

Comments
 (0)