Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
neonphog committed Aug 12, 2024
1 parent 1a73743 commit 885c699
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust/sbd-client/src/send_buf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ impl SendBuf {
*/


self.limit_rate = limit;
let kbps = (8_000_000.0 / limit as f64) as u64;
let now = self.origin.elapsed().as_nanos() as u64;
Expand Down

0 comments on commit 885c699

Please sign in to comment.