Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
maksymar committed Feb 22, 2024
1 parent 47587c9 commit c5c8456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ic-utils/src/interfaces/management_canister.rs
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ impl<'agent> ManagementCanister<'agent> {
.with_arg(In {
canister_id: *canister_id,
})
.with_effective_canister_id(canister_id.to_owned())
.with_effective_canister_id(*canister_id)
.build()
}
}

0 comments on commit c5c8456

Please sign in to comment.