Skip to content

Commit 4fcb447

Browse files
author
“ramfox”
committed
fmt
1 parent 95767ba commit 4fcb447

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ Here is a basic example of how to set up `iroh-blobs` with `iroh`:
3232

3333
```rust
3434
use iroh::{protocol::Router, Endpoint};
35-
use iroh_blobs::net_protocol::Blobs;
36-
use iroh_blobs::store::traits::Store;
35+
use iroh_blobs::{store::traits::Store, net_protocol::Blobs};
3736

3837
#[tokio::main]
3938
async fn main() -> anyhow::Result<()> {

0 commit comments

Comments
 (0)