Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-casper committed Jan 30, 2025
1 parent 6009b36 commit 11c7cc3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions rpc_sidecar/src/node_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ use casper_types::{
bytesrepr::{self, FromBytes, ToBytes},
contracts::ContractPackage,
system::auction::DelegatorKind,
AvailableBlockRange, BlockHash, BlockHeader, BlockIdentifier, ChainspecRawBytes, Digest,
GlobalStateIdentifier, Key, KeyTag, Package, Peers, ProtocolVersion, PublicKey, BlockWithSignatures,
StoredValue, Transaction, TransactionHash, Transfer,
AvailableBlockRange, BlockHash, BlockHeader, BlockIdentifier, BlockWithSignatures,
ChainspecRawBytes, Digest, GlobalStateIdentifier, Key, KeyTag, Package, Peers, ProtocolVersion,
PublicKey, StoredValue, Transaction, TransactionHash, Transfer,
};
use std::{
fmt::{self, Display, Formatter},
Expand Down
4 changes: 2 additions & 2 deletions rpc_sidecar/src/rpcs/chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -411,8 +411,8 @@ mod tests {
use casper_types::{
system::auction::{DelegatorKind, EraInfo, SeigniorageAllocation},
testing::TestRng,
AsymmetricType, Block, BlockSignaturesV1, BlockSignaturesV2, ChainNameDigest, PublicKey,
BlockWithSignatures, TestBlockBuilder, TestBlockV1Builder, U512,
AsymmetricType, Block, BlockSignaturesV1, BlockSignaturesV2, BlockWithSignatures,
ChainNameDigest, PublicKey, TestBlockBuilder, TestBlockV1Builder, U512,
};
use pretty_assertions::assert_eq;
use rand::Rng;
Expand Down
6 changes: 3 additions & 3 deletions rpc_sidecar/src/rpcs/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ use serde::{Deserialize, Serialize};
use crate::rpcs::error::Error;
use casper_types::{
bytesrepr::ToBytes, contracts::ContractPackage, global_state::TrieMerkleProof, Account,
AddressableEntity, AvailableBlockRange, BlockHeader, BlockIdentifier, ByteCode, Contract,
ContractWasm, EntityAddr, EntryPointValue, GlobalStateIdentifier, Key, NamedKeys, Package,
BlockWithSignatures, StoredValue,
AddressableEntity, AvailableBlockRange, BlockHeader, BlockIdentifier, BlockWithSignatures,
ByteCode, Contract, ContractWasm, EntityAddr, EntryPointValue, GlobalStateIdentifier, Key,
NamedKeys, Package, StoredValue,
};

use crate::NodeClient;
Expand Down

0 comments on commit 11c7cc3

Please sign in to comment.