Skip to content

Commit

Permalink
Apply formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed May 27, 2020
1 parent 7fe5032 commit 1ad2f88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/modules/counter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@ void Counter::ProcessBatch(Context *ctx, bess::PacketBatch *batch) {
}
/*----------------------------------------------------------------------------------*/
std::string Counter::GetDesc() const {
return bess::utils::Format("%zu sessions",
(size_t)counters.size());
return bess::utils::Format("%zu sessions", (size_t)counters.size());
}
/*----------------------------------------------------------------------------------*/
ADD_MODULE(Counter, "counter",
Expand Down

0 comments on commit 1ad2f88

Please sign in to comment.