Remove excessive newline
This commit is contained in:
parent
e348e6da6b
commit
bd209189a8
1 changed files with 1 additions and 2 deletions
|
@ -2187,8 +2187,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