Commit c451aa9e authored by Alan Turner's avatar Alan Turner
Browse files

Formatting

parent 36ea759c
......@@ -66,8 +66,7 @@ static std::unordered_map<std::string, std::string> create_ck_header_strings()
std::transform(
ck_headers.begin(), ck_headers.end(), std::inserter(result, result.begin()), [&](auto& p) {
return std::pair<std::string, std::string>(p.first,
ck_disable_warnings(p.second));
return std::pair<std::string, std::string>(p.first, ck_disable_warnings(p.second));
});
return result;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment