Fixed clazy warnings: returning void expression.

This commit is contained in:
Mat Sutcliffe
2018-12-17 17:19:49 +00:00
parent e32ea65a27
commit 8979b5257e
10 changed files with 15 additions and 15 deletions

View File

@@ -136,7 +136,7 @@ namespace BlackMisc
{
QWriteLocker l(&m_lockClient);
if (!m_clients.contains(callsign)) { return; }
return m_clients[callsign].setSwiftClient(true);
m_clients[callsign].setSwiftClient(true);
}
// Pin the vtable to this file