mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2026-08-27 11:31:06 +00:00
remove unnecessary brackets
This commit is contained in:
+1
-3
@@ -185,9 +185,7 @@ namespace client
|
||||
if(ls && !ls->IsExpired())
|
||||
{
|
||||
ls->PopulateLeases();
|
||||
{
|
||||
m_RemoteLeaseSets[ident] = ls;
|
||||
}
|
||||
m_RemoteLeaseSets[ident] = ls;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user