From 8d511dbd6483b56185672dddcf9f10874c5f006f Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Sat, 18 Feb 2023 13:22:58 -0800 Subject: [PATCH] chore: fmt --- ethers-contract/tests/it/abigen.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/ethers-contract/tests/it/abigen.rs b/ethers-contract/tests/it/abigen.rs index 4c6093ee..509358e3 100644 --- a/ethers-contract/tests/it/abigen.rs +++ b/ethers-contract/tests/it/abigen.rs @@ -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); - }