Skip to content

Commit 9d6c238

Browse files
author
Bengt Lofgren
committed
make lint
1 parent 9d4c0f6 commit 9d6c238

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

solana/modules/matching-engine-testing/tests/shimful/fast_market_order_shim.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ pub fn initialize_fast_market_order_shimful_instruction(
166166
fast_market_order_account: &fast_market_order_account,
167167
guardian_set: &guardian_signature_info.guardian_set_pubkey,
168168
guardian_set_signatures: &guardian_signature_info.guardian_signatures_pubkey,
169-
from_endpoint: from_endpoint,
169+
from_endpoint,
170170
verify_vaa_shim_program: &WORMHOLE_VERIFY_VAA_SHIM_PID,
171171
system_program: &solana_program::system_program::ID,
172172
};

solana/modules/matching-engine-testing/tests/utils/router.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ impl Deref for TestRouterEndpoints {
9898
}
9999

100100
impl TestRouterEndpoints {
101-
102101
pub fn get_from_and_to_endpoint_addresses(
103102
&self,
104103
transfer_direction: TransferDirection,

0 commit comments

Comments
 (0)