Skip to content

Commit

Permalink
Removing extra line between blocks
Browse files Browse the repository at this point in the history
Removing extra line between blocks
  • Loading branch information
jmh530 authored Jul 27, 2016
1 parent bdac4d2 commit 5b14ca7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion std/experimental/ndslice/selection.d
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5b14ca7

Please sign in to comment.