Skip to content

Commit 62cd455

Browse files
committed
chore: cargo fmt
1 parent e7fa137 commit 62cd455

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

soroban-sdk/src/_migrating.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
//! 2. Add support for [CAP-82: Checked 256-bit integer arithmetic host functions](https://github.com/stellar/stellar-protocol/blob/master/core/cap-0082.md).
99
//! New `checked_*` methods on [`U256`] and [`I256`] (`checked_add`, `checked_sub`,
1010
//! `checked_mul`, `checked_div`, `checked_pow`, `checked_rem_euclid`, `checked_shl`,
11-
//! `checked_shr`) return `Option` instead of panicking on overflow. Also adds
12-
//! `min_value` and `max_value` methods on [`U256`] and [`I256`] to fetch the
11+
//! `checked_shr`) return `Option` instead of panicking on overflow. Also adds
12+
//! `min_value` and `max_value` methods on [`U256`] and [`I256`] to fetch the
1313
//! value bounds of each type.
1414
//!
1515
//! 3. Add support for [CAP-80: Host functions for efficient ZK BN254 use cases](https://github.com/stellar/stellar-protocol/blob/master/core/cap-0080.md).

0 commit comments

Comments
 (0)