Skip to content

Commit ef53afe

Browse files
authored
tidy
1 parent d4814a9 commit ef53afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/fmt/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ pub use macros::Debug;
646646
/// [formatting traits], the most flexible approach is display adapters: methods
647647
/// like [`str::escape_default`] or [`Path::display`] which create a wrapper
648648
/// implementing `Display` to output the specific display format.
649-
///
649+
///
650650
/// [formatting traits]: ../../std/fmt/index.html#formatting-traits
651651
/// [`Path::display`]: ../../std/path/struct.Path.html#method.display
652652
///

0 commit comments

Comments
 (0)