Skip to content

Commit

Permalink
Formatting getting lost in rebase hell.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobmcwhirter committed Sep 16, 2024
1 parent 740fe7f commit 01f106c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/fundamental/tests/dataset.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,7 @@ async fn ingest(ctx: TrustifyContext) -> anyhow::Result<()> {

let storage_key = (&source_doc).try_into()?;

let stream = storage
.retrieve(storage_key)
.await?;
let stream = storage.retrieve(storage_key).await?;
assert!(stream.is_some());
let mut stream = stream.unwrap();
let mut content = BytesMut::new();
Expand Down

0 comments on commit 01f106c

Please sign in to comment.