Skip to content

Commit

Permalink
chore(lib): fmt core::fmt::Formatter's write_fmt method
Browse files Browse the repository at this point in the history
  • Loading branch information
cblh committed Aug 13, 2024
1 parent 7dd2083 commit 658904d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/fmt/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1630,7 +1630,7 @@ impl<'a> Formatter<'a> {
///
/// This method should generally not be invoked manually, but rather through
/// the [`write!`] macro itself.
///
///
/// Writes some formatted information into this instance.
///
/// # Examples
Expand Down

0 comments on commit 658904d

Please sign in to comment.