Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
EdHastingsCasperAssociation committed Nov 20, 2024
1 parent e1fbfd0 commit cd6e9f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions types/benches/bytesrepr_bench.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ use std::{

use criterion::{black_box, criterion_group, criterion_main, Bencher, Criterion};

use casper_types::system::auction::DelegatorBid;
use casper_types::{
account::AccountHash,
addressable_entity::{ActionThresholds, AddressableEntity, AssociatedKeys, EntityKind},
bytesrepr::{self, Bytes, FromBytes, ToBytes},
system::auction::{Bid, DelegatorKind, EraInfo, SeigniorageAllocation},
system::auction::{Bid, DelegatorBid, DelegatorKind, EraInfo, SeigniorageAllocation},
AccessRights, AddressableEntityHash, ByteCodeHash, CLTyped, CLValue, DeployHash, DeployInfo,
EntityVersionKey, EntityVersions, Gas, Group, Groups, InitiatorAddr, Key, Package, PackageHash,
PackageStatus, ProtocolVersion, PublicKey, SecretKey, TransactionHash, TransactionRuntime,
Expand Down

0 comments on commit cd6e9f8

Please sign in to comment.