mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
base/MQ and Lmd example cleanup
This commit is contained in:
committed by
Mohammad Al-Turany
parent
6f18cf23da
commit
3d8175bfd6
@@ -32,7 +32,7 @@ auto FairMQTransportFactory::CreateTransportFactory(const std::string& type, con
|
||||
auto final_id = id;
|
||||
|
||||
// Generate uuid if empty
|
||||
if(final_id == "")
|
||||
if (final_id == "")
|
||||
{
|
||||
final_id = boost::uuids::to_string(boost::uuids::random_generator()());
|
||||
}
|
||||
|
Reference in New Issue
Block a user