mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-09-01 10:28:00 +00:00
Fix by clang-tidy
This commit is contained in:
@@ -199,7 +199,7 @@ std::unique_ptr<GNSSBlockInterface> GNSSBlockFactory::GetSignalSource(
|
||||
}
|
||||
std::string implementation = configuration->property(role + ".implementation", default_implementation);
|
||||
LOG(INFO) << "Getting SignalSource with implementation " << implementation;
|
||||
return GetBlock(configuration, role, implementation, 0, 1, std::move(queue));
|
||||
return GetBlock(configuration, role, implementation, 0, 1, queue);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user