Skip to content

Commit

Permalink
Daily arc lint --take CLANGFORMAT
Browse files Browse the repository at this point in the history
Reviewed By: zertosh

Differential Revision: D24357967

fbshipit-source-id: 9e6dacd40846f5192b67f77879e93f0b5c5be193
  • Loading branch information
generatedunixname89002005325676 authored and facebook-github-bot committed Oct 16, 2020
1 parent 15383b6 commit f14e006
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion quic/server/QuicServerWorker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1168,7 +1168,8 @@ void QuicServerWorker::getAllConnectionsStats(
connStats.duration = now - conn->connectionTime;
if (conn->congestionController) {
connStats.congestionController =
congestionControlTypeToString(conn->congestionController->type()).str();
congestionControlTypeToString(conn->congestionController->type())
.str();
}
connStats.ptoCount = conn->lossState.ptoCount;
connStats.srtt = std::chrono::duration_cast<std::chrono::milliseconds>(
Expand Down

0 comments on commit f14e006

Please sign in to comment.