Removing extra line between blocks

Removing extra line between blocks
This commit is contained in:
jmh530 2016-07-26 21:47:53 -04:00 committed by GitHub
parent bdac4d2a93
commit 5b14ca79c3

View file

@ -112,7 +112,6 @@ template pack(K...)
static assert(is(typeof(b) == Slice!(2, Slice!(3, typeof(r)))));
}
@safe @nogc pure nothrow unittest
{
import std.experimental.ndslice.slice;