chore: fmt
This commit is contained in:
parent
9733b16afc
commit
8d511dbd64
|
@ -778,5 +778,4 @@ fn generates_non_zero_bytecode() {
|
||||||
assert!(GREETER_DEPLOYED_BYTECODE.len() > 0);
|
assert!(GREETER_DEPLOYED_BYTECODE.len() > 0);
|
||||||
//sanity check that the bytecode is not the same
|
//sanity check that the bytecode is not the same
|
||||||
assert_ne!(GREETER_BYTECODE, GREETER_DEPLOYED_BYTECODE);
|
assert_ne!(GREETER_BYTECODE, GREETER_DEPLOYED_BYTECODE);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue