Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Commit

Permalink
fix fmt check
Browse files Browse the repository at this point in the history
  • Loading branch information
amanusk committed Jul 12, 2023
1 parent e7dd569 commit ac6d5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/test_erc20.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ mod erc20_test {
@starknet::Event::deserialize(ref keys, ref data).unwrap(),
@Event::Transfer(Transfer { from: account, to: recipient, value: amount }),
'event == Transfer'
);
);
}

fn get_timestamp() -> u64 {
Expand Down

0 comments on commit ac6d5c0

Please sign in to comment.