Removing trailing spaces

This commit is contained in:
raph 2017-03-29 16:30:39 +02:00 committed by GitHub
parent 3ac27c3e54
commit 5a7e9ad64a

View file

@ -1061,12 +1061,12 @@ pub fn exit(code: i32) -> ! {
///
/// ```
/// use std::process;
///
///
/// fn main() {
/// println!("aborting");
///
///
/// process::abort();
///
///
/// // execution never gets here
/// }
/// ```