style: fmt

This commit is contained in:
Tristan F. 2024-02-12 14:43:19 +00:00
parent 730560b982
commit 30f6665953

@ -284,7 +284,7 @@
//! ```
//! print!("{0:.1$e}", 12345, 3);
//! ```
//!
//!
//! Would return:
//!
//! ```text