Skip to content

Commit 61b0275

Browse files
committed
fix: rustfmt import order in cached_xet_client.rs (xorb_object after merklehash)
1 parent a94e965 commit 61b0275

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cached_xet_client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ use std::time::{Duration, Instant};
55
use bytes::Bytes;
66
use cas_client::adaptive_concurrency::ConnectionPermit;
77
use cas_client::{Client, ProgressCallback, URLProvider};
8-
use xorb_object::SerializedXorbObject;
98
use cas_types::{
109
BatchQueryReconstructionResponse, FileRange, HexMerkleHash, QueryReconstructionResponse, XorbReconstructionTerm,
1110
};
1211
use mdb_shard::file_structs::MDBFileInfo;
1312
use merklehash::MerkleHash;
13+
use xorb_object::SerializedXorbObject;
1414

1515
type Result<T> = std::result::Result<T, cas_client::CasClientError>;
1616

0 commit comments

Comments
 (0)