Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
luxeave committed Aug 12, 2024
1 parent 401a940 commit 7ffc953
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/icp_subaccount_indexer/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ mod tests {
// Setup
let nonexistent_subaccountid =
"1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef";
let amount = 1.25;
let amount = 1.25;

// Execute
let result = sweep_subaccount(nonexistent_subaccountid.to_string(), amount).await;
Expand All @@ -748,7 +748,7 @@ mod tests {
// Setup
let (_, to_subaccountid, _) = setup_principals();
let subaccountid_hex = to_subaccountid.to_hex();
let amount = 1.25;
let amount = 1.25;

// Execute
let result = sweep_subaccount(subaccountid_hex, amount).await;
Expand Down

0 comments on commit 7ffc953

Please sign in to comment.