Skip to content

Commit

Permalink
Fix trailing whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
rednum committed Oct 9, 2016
1 parent d41c91c commit def0b4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/libcore/cmp.rs
Expand Up @@ -246,8 +246,8 @@ impl Ordering {
}
}

/// Chain two orderings.
///
/// Chain two orderings.
///
/// Returns `self` when it's not `Equal`. Otherwise returns `other`.
/// # Examples
///
Expand Down Expand Up @@ -281,10 +281,10 @@ impl Ordering {
}

/// Chain the ordering with given function.
///
///
/// Returns `self` when it's not `Equal`. Otherwise calls `f` and returns
/// the result.
///
///
/// # Examples
///
/// ```
Expand Down

0 comments on commit def0b4e

Please sign in to comment.