Skip to content

Commit 19caba0

Browse files
committed
Remove trailing whitespace
1 parent 9bfe49e commit 19caba0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/alloc/src/fmt.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,10 @@
188188
//! * `#X` - precedes the argument with a `0x`
189189
//! * `#b` - precedes the argument with a `0b`
190190
//! * `#o` - precedes the argument with a `0o`
191-
//!
191+
//!
192192
//! See [Formatting traits](#formatting-traits) for a description of what the `?`, `x`, `X`,
193193
//! `b`, and `o` flags do.
194-
//!
194+
//!
195195
//! * `0` - This is used to indicate for integer formats that the padding to `width` should
196196
//! both be done with a `0` character as well as be sign-aware. A format
197197
//! like `{:08}` would yield `00000001` for the integer `1`, while the

0 commit comments

Comments
 (0)