Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Eason committed Oct 20, 2023
1 parent 35becc5 commit 7d9b938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/executor/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 7d9b938

Please sign in to comment.