Skip to content

Commit febab08

Browse files
committed
ref: cargo fmt
1 parent 9f2469a commit febab08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

taurus/src/main.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ use crate::context::executor::Executor;
88
use crate::context::registry::FunctionStore;
99
use crate::context::signal::Signal;
1010
use crate::implementation::collect;
11+
use code0_flow::flow_service::FlowUpdateService;
1112

1213
use code0_flow::flow_config::load_env_file;
1314
use code0_flow::flow_config::mode::Mode::DYNAMIC;
14-
use code0_flow::flow_definition::FlowUpdateService;
1515
use context::context::Context;
1616
use futures_lite::StreamExt;
1717
use log::error;
@@ -90,8 +90,8 @@ async fn main() {
9090
config.aquila_url.clone(),
9191
config.definitions.clone().as_str(),
9292
)
93-
.send()
94-
.await;
93+
.send()
94+
.await;
9595
}
9696

9797
let mut worker_task = tokio::spawn(async move {

0 commit comments

Comments
 (0)