Skip to content

Commit ce0eb27

Browse files
Update crates/base/src/runner.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Raphael Götz <52959657+raphael-goetz@users.noreply.github.com>
1 parent c0bfc95 commit ce0eb27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/base/src/runner.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use crate::{
55
};
66
use code0_flow::flow_service::FlowUpdateService;
77
use std::sync::Arc;
8-
use tokio::signal::{self};
8+
use tokio::signal;
99
use tonic::transport::Server;
1010
use tonic_health::pb::health_server::HealthServer;
1111

0 commit comments

Comments
 (0)