Commit 96d3f919 authored by Khalique Ahmed's avatar Khalique Ahmed
Browse files

formatting

parent 7e1bb658
......@@ -194,7 +194,10 @@ struct find_nested_convert
struct find_nested_slice
{
auto matcher() const { return match::name("slice")(match::arg(0)(match::used_once(), match::name("slice"))); }
auto matcher() const
{
return match::name("slice")(match::arg(0)(match::used_once(), match::name("slice")));
}
using axes_map = std::map<std::size_t, std::pair<std::size_t, std::size_t>>;
......
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