Skip to content

Commit

Permalink
Fix rename
Browse files Browse the repository at this point in the history
  • Loading branch information
rmja committed May 17, 2024
1 parent 87353be commit 5b28015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ where
writer
.bypass()
.unwrap()
.write_empty_chunk()
.write_termination()
.await
.map_err(|e| e.kind())?;
}
Expand Down

0 comments on commit 5b28015

Please sign in to comment.