mirror of
https://github.com/dlang/phobos.git
synced 2025-05-10 14:08:32 +03:00
Removing extra line between blocks
Removing extra line between blocks
This commit is contained in:
parent
bdac4d2a93
commit
5b14ca79c3
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue