Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos committed Jan 25, 2024
1 parent 9cf784a commit 8fa2607
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions target_chains/near/receiver/tests/workspaces.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,17 @@ use {
accumulators::{
merkle::MerkleTree,
Accumulator,
}, hashers::keccak256_160::Keccak160, messages::{
},
hashers::keccak256_160::Keccak160,
messages::{
Message,
PriceFeedMessage,
}, test_utils::{create_accumulator_message, create_dummy_price_feed_message}, wire::{
},
test_utils::{
create_accumulator_message,
create_dummy_price_feed_message,
},
wire::{
to_vec,
v1::{
AccumulatorUpdateData,
Expand All @@ -38,7 +45,7 @@ use {
WormholePayload,
},
PrefixedVec,
}
},
},
serde_json::json,
std::io::{
Expand Down

0 comments on commit 8fa2607

Please sign in to comment.