Remove excessive newline
This commit is contained in:
parent
7cb419f834
commit
933c273b99
1 changed files with 1 additions and 2 deletions
|
@ -2184,8 +2184,7 @@ void server::stats_handler(const std::string& /*issuer_name*/,
|
|||
{
|
||||
assert(out != nullptr);
|
||||
|
||||
*out << "Number of games = " << games().size() << "\nTotal number of users = " << player_connections_.size()
|
||||
<< "\n";
|
||||
*out << "Number of games = " << games().size() << "\nTotal number of users = " << player_connections_.size();
|
||||
}
|
||||
|
||||
void server::metrics_handler(const std::string& /*issuer_name*/,
|
||||
|
|
Loading…
Add table
Reference in a new issue