mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Apply readability-container-size-empty
This commit is contained in:
committed by
Dennis Klein
parent
f25cca2073
commit
c847a7ca02
@@ -31,7 +31,7 @@ Config::Config(const string& name, const Plugin::Version version, const string&
|
||||
idForParser = GetProperty<string>("id");
|
||||
}
|
||||
|
||||
if (idForParser != "") {
|
||||
if (!idForParser.empty()) {
|
||||
try {
|
||||
if (PropertyExists("mq-config")) {
|
||||
LOG(debug) << "mq-config: Using default JSON parser";
|
||||
|
Reference in New Issue
Block a user