Skip to content

Commit

Permalink
zk fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
popzxc committed Jun 25, 2024
1 parent 59b38a5 commit def9693
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions core/node/node_framework/src/service/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ use zksync_utils::panic_extractor::try_extract_panic_message;
pub use self::{context::ServiceContext, error::ZkStackServiceError, stop_receiver::StopReceiver};
use crate::{
resource::{ResourceId, StoredResource},
service::runnables::TaskReprs,
service::{
named_future::NamedFuture,
runnables::{NamedBoxFuture, Runnables},
runnables::{NamedBoxFuture, Runnables, TaskReprs},
},
task::TaskId,
wiring_layer::{WiringError, WiringLayer},
Expand Down
3 changes: 1 addition & 2 deletions core/node/node_framework/src/task/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ use std::{

use tokio::sync::Barrier;

use crate::service::StopReceiver;

pub use self::types::{TaskId, TaskKind};
use crate::service::StopReceiver;

mod types;

Expand Down

0 comments on commit def9693

Please sign in to comment.