Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswanson-dfinity committed Sep 29, 2023
1 parent 48fde67 commit 7cd4ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ic-utils/src/interfaces/management_canister/attributes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ fn can_convert_reserved_cycles_limit() {
));

assert_eq!(
ReservedCyclesLimit::try_from(2u128.pow(127)+6).unwrap().0,
ReservedCyclesLimit::try_from(2u128.pow(127) + 6).unwrap().0,
170141183460469231731687303715884105734u128
);

Expand Down

0 comments on commit 7cd4ed7

Please sign in to comment.