Skip to content

Commit

Permalink
rebase formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Scoropan <[email protected]>
  • Loading branch information
pscoro committed Nov 20, 2024
1 parent 06ab00d commit eaea4fa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/orchestrator/streaming.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use axum::http::HeaderMap;
use futures::{future::try_join_all, Stream, StreamExt, TryStreamExt};
use tokio::sync::{broadcast, mpsc};
use tokio_stream::wrappers::{BroadcastStream, ReceiverStream};
use tracing::{debug, warn, error, info, instrument, Instrument, Span};
use tracing::{debug, error, info, instrument, warn, Instrument, Span};

use super::{get_chunker_ids, Context, Error, Orchestrator, StreamingClassificationWithGenTask};
use crate::{
Expand Down Expand Up @@ -550,7 +550,8 @@ async fn chunk_broadcast_task(
}
}
}
}.instrument(Span::current())
}
.instrument(Span::current())
});
Ok(chunk_tx)
}
Expand Down

0 comments on commit eaea4fa

Please sign in to comment.