Skip to content

Commit

Permalink
chore: follow import style
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Tan <[email protected]>
  • Loading branch information
crrow committed Jul 27, 2024
1 parent 7d809bd commit 4366608
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mountpoint-s3-client/src/s3_crt_client/get_object.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ use mountpoint_s3_crt::s3::client::MetaRequestResult;
use pin_project::pin_project;

use crate::object_client::{ETag, GetBodyPart, GetObjectError, ObjectClientError, ObjectClientResult};
use crate::s3_crt_client::{GetObjectRequest, S3CrtClient, S3HttpRequest, S3Operation, S3RequestError};

use super::S3CrtClientInner;
use crate::s3_crt_client::{
GetObjectRequest, S3CrtClient, S3CrtClientInner, S3HttpRequest, S3Operation, S3RequestError,
};

impl S3CrtClient {
/// Create and begin a new GetObject request. The returned [GetObjectRequest] is a [Stream] of
Expand Down

0 comments on commit 4366608

Please sign in to comment.