Remove trailing whitespace

This commit is contained in:
Stjepan Glavina 2017-01-20 09:11:11 +01:00 committed by Steve Klabnik
parent 11ede684ee
commit e02f923e37

View File

@ -1067,7 +1067,7 @@ impl<T> [T] {
/// This sort is stable (i.e. does not reorder equal elements) and `O(n log n)` worst-case.
///
/// # Current implementation
///
///
/// The current algorithm is an adaptive, iterative merge sort inspired by
/// [timsort](https://en.wikipedia.org/wiki/Timsort).
/// It is designed to be very fast in cases where the slice is nearly sorted, or consists of