Skip to content

Commit

Permalink
Fixed format.
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-dfinity committed Jan 13, 2025
1 parent 58f2fb8 commit 9ff3058
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 @@ -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> {
Expand Down

0 comments on commit 9ff3058

Please sign in to comment.