remove unnecessary brackets

This commit is contained in:
alexandr 2016-10-03 20:20:45 +05:00
parent 8ff2627e8e
commit 31dde394eb

View file

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