From 7d9b9381650b79c1eb3a46bbc6b1b4bf76bf4dc8 Mon Sep 17 00:00:00 2001 From: Eason Date: Fri, 20 Oct 2023 14:13:10 +0800 Subject: [PATCH] cargo fmt --- core/executor/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/executor/src/lib.rs b/core/executor/src/lib.rs index 10aad70bb..ed0ec7934 100644 --- a/core/executor/src/lib.rs +++ b/core/executor/src/lib.rs @@ -432,7 +432,7 @@ pub fn is_transaction_call(action: &TransactionAction, addr: &H160) -> bool { #[cfg(test)] mod test { - use super::* ; + use super::*; #[test] fn test_config_contract_limit() {