mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-12 16:21:13 +00:00
base/MQ and Lmd example cleanup
This commit is contained in:
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()());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user