Skip to content

Commit a5742ca

Browse files
committed
Formatting
1 parent 871156f commit a5742ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

architectures/inference-only/inference-node/src/bin/gateway-node.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ async fn run_gateway() -> Result<()> {
680680
let cancel = cancel.clone();
681681
tokio::spawn(async move {
682682
let mut task_set = tokio::task::JoinSet::new();
683-
683+
684684
let mut cleanup_interval = tokio::time::interval(Duration::from_secs(15));
685685
cleanup_interval.set_missed_tick_behavior(tokio::time::MissedTickBehavior::Skip);
686686

0 commit comments

Comments
 (0)