Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-wong-dfinity-org committed Aug 16, 2024
1 parent 5931087 commit 9cfb0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/format/nns_governance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ fn display_proposal_info(proposal_info: ProposalInfo) -> AnyhowResult<String> {
None => None,
Some(ok) => Some(
CanisterInstallMode::try_from(ok)
.context("converting from i32 to CanisterInstallMode"),
.context("converting from i32 to CanisterInstallMode")?,
),
};

Expand Down

0 comments on commit 9cfb0e1

Please sign in to comment.