Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojtek242 committed Feb 25, 2024
1 parent 6b252a7 commit 28479e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/capture/activated/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -860,8 +860,8 @@ mod tests {
let ctx = raw::pcap_setfilter_context();
ctx.checkpoint();
ctx.expect()
.withf_st(move |arg1, _| *arg1 == pcap)
.return_once(|_, _| 0);
.withf_st(move |arg1, _| *arg1 == pcap)
.return_once(|_, _| 0);

let ctx = raw::pcap_freecode_context();
ctx.checkpoint();
Expand Down

0 comments on commit 28479e6

Please sign in to comment.