From 001744514b82b495d5ea2fc168d4fa23c55799f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Jerci=C5=84ski?= Date: Tue, 14 Oct 2025 13:09:56 +0200 Subject: [PATCH] refactor(i2pcontrol): remove redundant newlines in NetStatusV6Handler --- daemon/I2PControlHandlers.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/daemon/I2PControlHandlers.cpp b/daemon/I2PControlHandlers.cpp index 28d61695..770321a5 100644 --- a/daemon/I2PControlHandlers.cpp +++ b/daemon/I2PControlHandlers.cpp @@ -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 ());