Skip to content

Commit c2a7972

Browse files
committed
minor style fix
1 parent 089eaab commit c2a7972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/mir/ndslice/slice.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2698,5 +2698,5 @@ unittest
26982698
unittest
26992699
{
27002700
import mir.ndslice.topology: canonical, iota;
2701-
static assert(kindOf!(typeof(iota([1, 2]).canonical.opIndex(1))) == Contiguous);
2701+
static assert(kindOf!(typeof(iota([1, 2]).canonical[1])) == Contiguous);
27022702
}

0 commit comments

Comments
 (0)