mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2026-03-29 08:50:14 +00:00
refactor(i2pcontrol): remove redundant newlines in NetStatusV6Handler
This commit is contained in:
@@ -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 ());
|
||||
|
||||
Reference in New Issue
Block a user