Skip to content

Commit 61034ed

Browse files
authored
tidy
1 parent ef53afe commit 61034ed

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
@@ -640,7 +640,7 @@ pub use macros::Debug;
640640
/// values can be formatted as text. This could mean formatting according to the
641641
/// "invariant" culture and "undefined" locale, or it could mean that the type
642642
/// display is designed for a specific culture/locale, such as developer logs.
643-
///
643+
///
644644
/// If not all values have a justifiably canonical textual format or if you want
645645
/// to support alternative formats not covered by the standard set of possible
646646
/// [formatting traits], the most flexible approach is display adapters: methods

0 commit comments

Comments
 (0)