Skip to content

Commit 24d0f78

Browse files
committed
(minor) libcore/Result - Remove trailing whitespace
1 parent ab49684 commit 24d0f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/result.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ impl<T, E: fmt::Debug> Result<T, E> {
731731
}
732732

733733
/// Unwraps a result, yielding the content of an `Ok`
734-
///
734+
///
735735
/// Panics if the value is an `Err`, with a panic message including the
736736
/// passed message, and the content of the `Err`.
737737
///

0 commit comments

Comments
 (0)