Skip to content

Commit d96c16f

Browse files
committed
ditto
1 parent d6016ab commit d96c16f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/mir/ndslice/sorting.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ template sort(alias less = "a < b")
174174
{
175175
import mir.ndslice.topology: flattened;
176176
if (slice.anyEmpty)
177-
return;
177+
return slice;
178178
slice.flattened.quickSortImpl!less;
179179
return slice;
180180
}

0 commit comments

Comments
 (0)