Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Jun 21, 2024
1 parent 67be142 commit 3f0589b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meta/src/stream/stream_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1213,7 +1213,7 @@ mod tests {
source_manager.clone(),
stream_rpc_manager,
scale_controller.clone(),
))?;
)?);

let barrier_manager = GlobalBarrierManager::new(
scheduled_barriers,
Expand Down

0 comments on commit 3f0589b

Please sign in to comment.