chore: fmt

This commit is contained in:
Georgios Konstantopoulos 2023-02-18 13:22:58 -08:00
parent 9733b16afc
commit 8d511dbd64
1 changed files with 0 additions and 1 deletions

View File

@ -778,5 +778,4 @@ fn generates_non_zero_bytecode() {
assert!(GREETER_DEPLOYED_BYTECODE.len() > 0);
//sanity check that the bytecode is not the same
assert_ne!(GREETER_BYTECODE, GREETER_DEPLOYED_BYTECODE);
}