Skip to content

Commit cf76032

Browse files
committed
[all resource export] fixed cargo fmt
1 parent 5ae11c2 commit cf76032

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

cmd/resource-code-exporter/src/export.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ pub struct ExporterOptions {
107107
mod test {
108108
use super::*;
109109
use starcoin_config::ChainNetwork;
110-
use test_helper::executor::prepare_genesis;
111110
use std::io::Cursor;
112111
use tempfile::TempDir;
112+
use test_helper::executor::prepare_genesis;
113113

114114
#[test]
115115
fn test_export_from_statedb() -> anyhow::Result<()> {

cmd/resource-code-exporter/src/import.rs

-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ mod test {
7171
export_from_statedb(&export_chain_statedb, export_state_root, &mut csv_writer)?;
7272
}
7373

74-
7574
//////////////////////////////////////////////////////
7675
// Step 2: Do Import
7776
let import_db_path = temp_dir.path().join("import_db");

0 commit comments

Comments
 (0)