Skip to content

Commit 88ccf5c

Browse files
committed
ref: cargo fmt
1 parent d3bced5 commit 88ccf5c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

crates/base/src/runner.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ impl<C: LoadConfig> ServerRunner<C> {
5858
let definition_service = FlowUpdateService::from_url(
5959
config.aquila_url.clone(),
6060
config.definition_path.as_str(),
61-
).await;
61+
)
62+
.await;
6263
definition_service.send().await;
6364
}
6465

0 commit comments

Comments
 (0)