mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
Apply readability-container-size-empty
This commit is contained in:
committed by
Dennis Klein
parent
f25cca2073
commit
c847a7ca02
@@ -109,7 +109,7 @@ Properties SuboptParser(const vector<string>& channelConfig, const string& devic
|
||||
}
|
||||
}
|
||||
|
||||
if (channelName != "") {
|
||||
if (!channelName.empty()) {
|
||||
channelProperties.add_child("sockets", socketsArray);
|
||||
} else {
|
||||
// TODO: what is the error policy here, should we abort?
|
||||
|
Reference in New Issue
Block a user