Skip to content

Commit

Permalink
Update store.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lzzzzzt committed Jul 12, 2024
1 parent 10756e2 commit b4c9cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/object_store/src/store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ use object_store::PutOptions;
use object_store::PutPayload;
use object_store::PutResult;
use opendal::{Buffer, Metakey};
use opendal::{Operator, OperatorInfo}
use opendal::{Operator, OperatorInfo};
use std::fmt::{Debug, Display, Formatter};
use std::future::IntoFuture;
use std::ops::Range;
Expand Down

0 comments on commit b4c9cfa

Please sign in to comment.