Commit 8bbec307 authored by charlie's avatar charlie
Browse files

Tidy fix

parent 93c2acb3
......@@ -54,8 +54,8 @@ struct contiguous
}
else
{
auto lens = s0.lens();
auto t = s0.type();
const auto& lens = s0.lens();
auto t = s0.type();
return {t, lens};
}
}
......
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