Fix trailing whitespace.
This commit is contained in:
parent
d41c91c1fa
commit
def0b4ebc8
1 changed files with 4 additions and 4 deletions
|
|
@ -246,8 +246,8 @@ impl Ordering {
|
|||
}
|
||||
}
|
||||
|
||||
/// Chain two orderings.
|
||||
///
|
||||
/// Chain two orderings.
|
||||
///
|
||||
/// Returns `self` when it's not `Equal`. Otherwise returns `other`.
|
||||
/// # Examples
|
||||
///
|
||||
|
|
@ -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
|
||||
///
|
||||
/// ```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue