Update libi2pd/Destination.cpp

style fix

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
jeff
2026-04-03 09:13:44 -04:00
committed by GitHub
parent ac5ba2dbf0
commit af8a3decbf
+2 -2
View File
@@ -162,8 +162,8 @@ namespace client
}
bool
LeaseSetDestination::Reconfigure(const i2p::util::Mapping &params) {
bool LeaseSetDestination::Reconfigure (const i2p::util::Mapping& params)
{
bool dontPublishLeaseSet = !m_IsPublic;
params.Get(I2CP_PARAM_DONT_PUBLISH_LEASESET, dontPublishLeaseSet);
m_IsPublic = !dontPublishLeaseSet;