summaryrefslogtreecommitdiffstats
path: root/net/quic/congestion_control/tcp_cubic_bytes_sender.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/quic/congestion_control/tcp_cubic_bytes_sender.cc')
-rw-r--r--net/quic/congestion_control/tcp_cubic_bytes_sender.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/quic/congestion_control/tcp_cubic_bytes_sender.cc b/net/quic/congestion_control/tcp_cubic_bytes_sender.cc
index 078e3d4..56717e9 100644
--- a/net/quic/congestion_control/tcp_cubic_bytes_sender.cc
+++ b/net/quic/congestion_control/tcp_cubic_bytes_sender.cc
@@ -54,8 +54,7 @@ TcpCubicBytesSender::TcpCubicBytesSender(
initial_max_tcp_congestion_window_(max_congestion_window *
kDefaultTCPMSS) {}
-TcpCubicBytesSender::~TcpCubicBytesSender() {
-}
+TcpCubicBytesSender::~TcpCubicBytesSender() {}
void TcpCubicBytesSender::SetFromConfig(const QuicConfig& config,
Perspective perspective) {