Skip to content

Commit 116e788

Browse files
committed
[Doc] Fix trailing whitespace in documentation examples
1 parent d4595a1 commit 116e788

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
//! use range_alloc_arceos::RangeAllocator;
1111
//!
1212
//! let mut allocator = RangeAllocator::new(0..100);
13-
//!
13+
//!
1414
//! // Allocate a range of length 10
1515
//! let range = allocator.allocate_range(10).unwrap();
1616
//! assert_eq!(range, 0..10);
17-
//!
17+
//!
1818
//! // Free the range when done
1919
//! allocator.free_range(range);
2020
//! ```

0 commit comments

Comments
 (0)