Skip to content

Commit 8f74bbb

Browse files
committed
Fix trailing whitespace
1 parent 1fc140e commit 8f74bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/result.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,7 @@ impl<T, E: Into<!>> Result<T, E> {
10811081
/// ```
10821082
/// # #![feature(never_type)]
10831083
/// # #![feature(unwrap_infallible)]
1084-
///
1084+
///
10851085
/// fn only_good_news() -> Result<String, !> {
10861086
/// Ok("this is fine".into())
10871087
/// }

0 commit comments

Comments
 (0)