Skip to content

Commit e02f923

Browse files
Stjepan Glavinasteveklabnik
Stjepan Glavina
authored andcommitted
Remove trailing whitespace
1 parent 11ede68 commit e02f923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcollections/slice.rs

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

0 commit comments

Comments
 (0)