Skip to content

Commit 5601286

Browse files
committed
Add .finish() call for clarity
1 parent b3602a0 commit 5601286

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/transfer.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ async fn main() -> Result<()> {
4343
.client()
4444
.add_from_path(abs_path, in_place, SetTagOption::Auto, WrapOption::NoWrap)
4545
.await?
46+
.finish()
4647
.await?;
4748

4849
let node_id = router.endpoint().node_id();

0 commit comments

Comments
 (0)