Skip to content

Commit

Permalink
ref(erc20): use nightly formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
bidzyyys committed Apr 4, 2024
1 parent 49c8d58 commit 19ffde4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions contracts/src/erc20/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -297,9 +297,11 @@ impl ERC20 {
}

/// Transfers a `value` amount of tokens from `from` to `to`,
/// or alternatively mints (or burns) if `from` (or `to`) is the zero address.
/// or alternatively mints (or burns)
/// if `from` (or `to`) is the zero address.
///
/// All customizations to transfers, mints, and burns should be done by using this function.
/// All customizations to transfers, mints, and burns
/// should be done by using this function.
///
/// # Arguments
///
Expand Down

0 comments on commit 19ffde4

Please sign in to comment.