From cd6e9f845f61ca32d8e80f29c13022df4be586ba Mon Sep 17 00:00:00 2001 From: Ed Hastings Date: Wed, 20 Nov 2024 09:06:42 -0800 Subject: [PATCH] fmt --- types/benches/bytesrepr_bench.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/types/benches/bytesrepr_bench.rs b/types/benches/bytesrepr_bench.rs index f888e63012..02dd67e22a 100644 --- a/types/benches/bytesrepr_bench.rs +++ b/types/benches/bytesrepr_bench.rs @@ -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,