Support using //distr on console properly (#1827)

This commit is contained in:
Jordan
2022-06-19 22:35:36 +01:00
committed by GitHub
parent dac3610bcf
commit 396faf6732
3 changed files with 38 additions and 7 deletions

View File

@ -621,7 +621,6 @@ public interface Extent extends InputExtent, OutputExtent {
}
}
}
// Collections.reverse(distribution);
return distribution;
}