1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-25 22:43:14 +00:00

penultimate clang-tidy/clang-format complaint

This commit is contained in:
Jim Melton 2021-02-15 23:01:56 -07:00
parent a8959bdd87
commit e5bcf4700c
No known key found for this signature in database
GPG Key ID: C46392D9AACAB216

View File

@ -200,7 +200,7 @@ auto findRole(ConfigurationInterface const* configuration, std::string const& ba
if (ID < 1)
{
auto stub = configuration->property(role + impl_prop, ""s);
if (stub.empty()) { role = base; } // NOLINT -- legacy format
if (stub.empty()) role = base; // NOLINT -- legacy format
}
return role;
};