Skip to content

Commit

Permalink
Update token/program-2022/src/extension/scaled_ui_amount/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: samkim-crypto <[email protected]>
  • Loading branch information
joncinque and samkim-crypto authored Nov 22, 2024
1 parent 4afb6e6 commit 109e835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion token/program-2022/src/extension/scaled_ui_amount/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ impl ScaledUiAmountConfig {
}

/// Convert a raw amount to its UI representation using the given decimals
/// field Excess zeroes or unneeded decimal point are trimmed.
/// field. Excess zeroes or unneeded decimal point are trimmed.
pub fn amount_to_ui_amount(
&self,
amount: u64,
Expand Down

0 comments on commit 109e835

Please sign in to comment.