Skip to content

Commit 5a7e9ad

Browse files
authored
Removing trailing spaces
1 parent 3ac27c3 commit 5a7e9ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/libstd/process.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1061,12 +1061,12 @@ pub fn exit(code: i32) -> ! {
10611061
///
10621062
/// ```
10631063
/// use std::process;
1064-
///
1064+
///
10651065
/// fn main() {
10661066
/// println!("aborting");
1067-
///
1067+
///
10681068
/// process::abort();
1069-
///
1069+
///
10701070
/// // execution never gets here
10711071
/// }
10721072
/// ```

0 commit comments

Comments
 (0)