mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-10-17 09:10:21 +01:00
refactor(i2pcontrol): remove redundant newlines in NetStatusV6Handler
This commit is contained in:
parent
23821f3eae
commit
001744514b
1 changed files with 0 additions and 2 deletions
|
@ -138,8 +138,6 @@ namespace client
|
|||
InsertParam (results, "i2p.router.net.status", (int)i2p::context.GetStatus ());
|
||||
}
|
||||
|
||||
|
||||
|
||||
void I2PControlHandlers::NetStatusV6Handler (std::ostringstream& results)
|
||||
{
|
||||
InsertParam (results, "i2p.router.net.status.v6", (int)i2p::context.GetStatusV6 ());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue