mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-19 03:21:46 +00:00
Apply readability-container-size-empty
This commit is contained in:
@@ -324,7 +324,7 @@ class FairMQDevice
|
||||
|
||||
void PrintRegisteredChannels()
|
||||
{
|
||||
if (fChannelRegistry.size() < 1) {
|
||||
if (fChannelRegistry.empty()) {
|
||||
LOGV(info, verylow) << "no channels registered.";
|
||||
} else {
|
||||
for (const auto& c : fChannelRegistry) {
|
||||
|
Reference in New Issue
Block a user