Skip to content

Commit

Permalink
fixed the cargo format check
Browse files Browse the repository at this point in the history
  • Loading branch information
Ugo-X committed Aug 1, 2024
1 parent e9dbd13 commit 3469ceb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/abundance/src/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -250,4 +250,3 @@ fn test_zero_allowance() {
token.transfer_from(&spender, &from, &spender, &0);
assert!(token.get_allowance(&from, &spender).is_none());
}

0 comments on commit 3469ceb

Please sign in to comment.