mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-02 11:04:00 +01:00
remove unnecessary brackets
This commit is contained in:
parent
8ff2627e8e
commit
31dde394eb
|
@ -185,10 +185,8 @@ namespace client
|
||||||
if(ls && !ls->IsExpired())
|
if(ls && !ls->IsExpired())
|
||||||
{
|
{
|
||||||
ls->PopulateLeases();
|
ls->PopulateLeases();
|
||||||
{
|
|
||||||
m_RemoteLeaseSets[ident] = ls;
|
m_RemoteLeaseSets[ident] = ls;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
return it->second;
|
return it->second;
|
||||||
|
|
Loading…
Reference in a new issue