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

Formatting

parent 3adf36be
...@@ -22,8 +22,7 @@ std::string ToString(DataType dt) ...@@ -22,8 +22,7 @@ std::string ToString(DataType dt)
std::unordered_map<std::string_view, std::string_view> GetHeaders() std::unordered_map<std::string_view, std::string_view> GetHeaders()
{ {
auto headers = ck_headers(); auto headers = ck_headers();
headers.insert( headers.insert({"ck/config.h", ""});
{"ck/config.h", ""});
return headers; return headers;
} }
......
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