Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamspofford-dfinity committed Jan 17, 2024
1 parent 28fbac1 commit 47b9266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ic-utils/src/interfaces/management_canister/builders.rs
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ impl<'agent: 'canister, 'canister: 'builder, 'builder> InstallBuilder<'agent, 'c
/// There are exactly [`size_hint().0`](Stream::size_hint) steps.
pub async fn call_and_wait_with_progress(
self,
) -> impl Stream<Item = Result<(), AgentError>> + Send + 'builder {
) -> impl Stream<Item = Result<(), AgentError>> + 'builder {
let stream_res = /* try { */ async move {
let arg = self.arg.serialize()?;
let stream: BoxStream<'_, _> =
Expand Down

0 comments on commit 47b9266

Please sign in to comment.