refactor(i2pcontrol): remove redundant newlines in NetStatusV6Handler

This commit is contained in:
Łukasz Jerciński 2025-10-14 13:09:56 +02:00
parent 23821f3eae
commit 001744514b
No known key found for this signature in database

View file

@ -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 ());