Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
wenym1 committed Aug 19, 2024
1 parent 4c1c09c commit 45c2641
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/stream/src/executor/merge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -820,10 +820,7 @@ mod tests {
)
};

test_env.inject_barrier(
&exchange_client_test_barrier(),
[remote_input.actor_id()],
);
test_env.inject_barrier(&exchange_client_test_barrier(), [remote_input.actor_id()]);

pin_mut!(remote_input);

Expand Down

0 comments on commit 45c2641

Please sign in to comment.