Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-Gleave committed Sep 1, 2022
1 parent 9d0542b commit 33afe97
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions library/core/src/bool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ impl bool {
/// Returns `Some(t)` if the `bool` is [`true`](../std/keyword.true.html),
/// or `None` otherwise.
///
/// Arguments passed to `then_some` are eagerly evaluated; if you are
/// passing the result of a function call, it is recommended to use
/// Arguments passed to `then_some` are eagerly evaluated; if you are
/// passing the result of a function call, it is recommended to use
/// [`then`], which is lazily evaluated.
///
///
/// [`then`]: bool::then
///
///
/// # Examples
///
/// ```
Expand Down

0 comments on commit 33afe97

Please sign in to comment.