Skip to content

Commit def0b4e

Browse files
committed
Fix trailing whitespace.
1 parent d41c91c commit def0b4e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/libcore/cmp.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,8 @@ impl Ordering {
246246
}
247247
}
248248

249-
/// Chain two orderings.
250-
///
249+
/// Chain two orderings.
250+
///
251251
/// Returns `self` when it's not `Equal`. Otherwise returns `other`.
252252
/// # Examples
253253
///
@@ -281,10 +281,10 @@ impl Ordering {
281281
}
282282

283283
/// Chain the ordering with given function.
284-
///
284+
///
285285
/// Returns `self` when it's not `Equal`. Otherwise calls `f` and returns
286286
/// the result.
287-
///
287+
///
288288
/// # Examples
289289
///
290290
/// ```

0 commit comments

Comments
 (0)