diff --git a/ic-utils/src/interfaces/management_canister.rs b/ic-utils/src/interfaces/management_canister.rs index c34844dc..d498d6dc 100644 --- a/ic-utils/src/interfaces/management_canister.rs +++ b/ic-utils/src/interfaces/management_canister.rs @@ -94,7 +94,7 @@ pub enum MgmtMethod { /// There is no corresponding agent function as only canisters can call it. NodeMetricsHistory, /// There is no corresponding agent function as only canisters can call it. - CanisterInfo + CanisterInfo, } impl<'agent> ManagementCanister<'agent> {