Skip to content

Commit

Permalink
Fix trailing whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
Havvy committed May 22, 2017
1 parent d7927ff commit 5f4b0ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libcore/ops.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ use marker::Unsize;
/// `drop` method will be called for `Outer` and then the `drop` method for
/// `Inner` will be called. Therefore `main` prints `Dropping Outer!` and then
/// `Dropping Inner!`.
///
///
/// ```
/// struct Inner;
/// struct Outer(Inner);
Expand All @@ -211,7 +211,7 @@ use marker::Unsize;
///
/// ```
/// struct PrintOnDrop(&'static str);
///
///
/// fn main() {
/// let _first = PrintOnDrop("Declared first!");
/// let _second = PrintOnDrop("Declared second!");
Expand Down

0 comments on commit 5f4b0ff

Please sign in to comment.