Skip to content

Commit

Permalink
fix madsim compile
Browse files Browse the repository at this point in the history
  • Loading branch information
wenym1 committed May 17, 2024
1 parent 39b2a96 commit f2bac50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/object_store/src/object/sim/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ use risingwave_common::range::RangeBoundsExt;
use self::client::Client;
use self::service::Response;
use super::{
BoxedStreamingUploader, Bytes, ObjectDataStream, ObjectError, ObjectMetadata,
ObjectMetadataIter, ObjectRangeBounds, ObjectResult, ObjectStore, StreamingUploader,
Bytes, ObjectDataStream, ObjectError, ObjectMetadata, ObjectMetadataIter, ObjectRangeBounds,
ObjectResult, ObjectStore, StreamingUploader,
};

pub struct SimStreamingUploader {
Expand Down

0 comments on commit f2bac50

Please sign in to comment.