Skip to content

Commit 613fb8b

Browse files
committed
document format_args! - fix trailing whitespace
1 parent afff64e commit 613fb8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/fmt/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1682,7 +1682,7 @@ impl<'a> Formatter<'a> {
16821682
///
16831683
/// struct Arm<'a, L: 'a, R: 'a>(&'a (L, R));
16841684
/// struct Table<'a, K: 'a, V: 'a>(&'a [(K, V)], V);
1685-
///
1685+
///
16861686
/// impl<'a, L, R> fmt::Debug for Arm<'a, L, R>
16871687
/// where
16881688
/// L: 'a + fmt::Debug, R: 'a + fmt::Debug

0 commit comments

Comments
 (0)