Skip to content

Commit

Permalink
test unformatted file
Browse files Browse the repository at this point in the history
  • Loading branch information
tinzh committed Jul 7, 2023
1 parent 424d758 commit 99f6b82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bindings/rust/bench/src/harness.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ impl ConnectedBuffer {
/// Make a new struct with new internal buffers
pub fn new() -> Self {
ConnectedBuffer {
recv: Rc::new(RefCell::new(VecDeque::new())),
recv: Rc::new(RefCell::new(
VecDeque::new())),
send: Rc::new(RefCell::new(VecDeque::new())),
}
}
Expand Down

0 comments on commit 99f6b82

Please sign in to comment.