Skip to content

Commit 5f4b0ff

Browse files
committed
Fix trailing whitespace.
1 parent d7927ff commit 5f4b0ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libcore/ops.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ use marker::Unsize;
184184
/// `drop` method will be called for `Outer` and then the `drop` method for
185185
/// `Inner` will be called. Therefore `main` prints `Dropping Outer!` and then
186186
/// `Dropping Inner!`.
187-
///
187+
///
188188
/// ```
189189
/// struct Inner;
190190
/// struct Outer(Inner);
@@ -211,7 +211,7 @@ use marker::Unsize;
211211
///
212212
/// ```
213213
/// struct PrintOnDrop(&'static str);
214-
///
214+
///
215215
/// fn main() {
216216
/// let _first = PrintOnDrop("Declared first!");
217217
/// let _second = PrintOnDrop("Declared second!");

0 commit comments

Comments
 (0)