Skip to content
Snippets Groups Projects
Unverified Commit e290af4e authored by Pete Peterson's avatar Pete Peterson Committed by GitHub
Browse files

clang-format

parent 21e1cb57
No related branches found
No related tags found
No related merge requests found
...@@ -29,8 +29,9 @@ std::vector<std::string> namesOfFacilitiesWithICAT() { ...@@ -29,8 +29,9 @@ std::vector<std::string> namesOfFacilitiesWithICAT() {
}; };
auto result = Kernel::ConfigService::Instance().getFacilityNames(); auto result = Kernel::ConfigService::Instance().getFacilityNames();
result.erase(std::remove_if(result.begin(), result.end(), facilityDoesNotHaveICAT), result.erase(
result.end()); std::remove_if(result.begin(), result.end(), facilityDoesNotHaveICAT),
result.end());
return result; return result;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment