Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jackzhhuang committed Jun 20, 2024
1 parent a180792 commit fb473f3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sync/src/tasks/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ use starcoin_types::{
};
use std::collections::HashMap;
use std::sync::{Arc, Mutex};
use stream_task::{
DefaultCustomErrorHandle, Generator, TaskEventCounterHandle, TaskGenerator,
};
use stream_task::{DefaultCustomErrorHandle, Generator, TaskEventCounterHandle, TaskGenerator};
use test_helper::DummyNetworkService;

use super::test_tools::{full_sync_new_node, SyncTestSystem};
Expand Down

0 comments on commit fb473f3

Please sign in to comment.