Skip to content

Commit

Permalink
Fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
jonlamb-gh committed Sep 11, 2024
1 parent c228964 commit 1d23348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/proxy_collector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use modality_trace_recorder_plugin::{
use probe_rs::probe::{DebugProbeSelector, WireProtocol};
use serde::{Deserialize, Serialize};
use std::fs::File;
use std::io::{self, BufReader, Write};
use std::io::{self, BufReader};
use std::net::{SocketAddr, TcpStream};
use std::path::PathBuf;
use std::time::{Duration, Instant};
Expand Down

0 comments on commit 1d23348

Please sign in to comment.