Skip to content

Commit 33afe97

Browse files
committed
Remove trailing whitespace
1 parent 9d0542b commit 33afe97

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

library/core/src/bool.rs

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ impl bool {
66
/// Returns `Some(t)` if the `bool` is [`true`](../std/keyword.true.html),
77
/// or `None` otherwise.
88
///
9-
/// Arguments passed to `then_some` are eagerly evaluated; if you are
10-
/// passing the result of a function call, it is recommended to use
9+
/// Arguments passed to `then_some` are eagerly evaluated; if you are
10+
/// passing the result of a function call, it is recommended to use
1111
/// [`then`], which is lazily evaluated.
12-
///
12+
///
1313
/// [`then`]: bool::then
14-
///
14+
///
1515
/// # Examples
1616
///
1717
/// ```

0 commit comments

Comments
 (0)