From 5b14ca79c3a876e1a128d320fc5aa3fc04fc31b3 Mon Sep 17 00:00:00 2001 From: jmh530 Date: Tue, 26 Jul 2016 21:47:53 -0400 Subject: [PATCH] Removing extra line between blocks Removing extra line between blocks --- std/experimental/ndslice/selection.d | 1 - 1 file changed, 1 deletion(-) diff --git a/std/experimental/ndslice/selection.d b/std/experimental/ndslice/selection.d index 2c7a5c4b4..8a815e35c 100644 --- a/std/experimental/ndslice/selection.d +++ b/std/experimental/ndslice/selection.d @@ -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;