Skip to content

Commit

Permalink
clipy
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas committed Aug 14, 2024
1 parent 4432281 commit 4a6c4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentelemetry-sdk/benches/log_processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ impl SendToChannelProcessor {
fn new() -> Self {
let (sender, receiver) = std::sync::mpsc::channel();
let s = Self {
sender: sender,
sender,
receiver: Arc::new(Mutex::new(receiver)),
};
let receiver_cloned = s.receiver.clone();
Expand Down

0 comments on commit 4a6c4c0

Please sign in to comment.