Skip to content

Commit f90193d

Browse files
make cargo fmt happy
1 parent 5cc78fe commit f90193d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/src/tpu_utils/quinn_auto_reconnect.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use tokio::sync::RwLock;
88
use tokio::time::timeout;
99
use tracing::debug;
1010

11-
/// copy of quic-proxy AutoReconnect - used that for reference
11+
// copy of quic-proxy AutoReconnect - used that for reference
1212

1313
const SEND_TIMEOUT: Duration = Duration::from_secs(5);
1414
const MAX_RETRY_ATTEMPTS: u32 = 10;

0 commit comments

Comments
 (0)