Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-marinica committed Dec 2, 2024
1 parent 6757746 commit 0756ffc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion contracts/feature-tests/abi-tester/src/abi_tester.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,10 @@ pub trait AbiTester {
}

#[endpoint]
fn process_managed_decimal(&self, input: ManagedDecimal<Self::Api, ConstDecimals<10>>) -> ManagedDecimal<Self::Api, usize> {
fn process_managed_decimal(
&self,
input: ManagedDecimal<Self::Api, ConstDecimals<10>>,
) -> ManagedDecimal<Self::Api, usize> {
input.into()
}

Expand Down

0 comments on commit 0756ffc

Please sign in to comment.