Merge branch 'v1.x' into std-format

This commit is contained in:
Charles Milette
2021-11-14 16:02:38 -05:00
committed by GitHub
6 changed files with 9 additions and 8 deletions

View File

@@ -10,7 +10,7 @@
//
// Support for logging binary data as hex
// format flags, any combination of the followng:
// format flags, any combination of the following:
// {:X} - print in uppercase.
// {:s} - don't separate each byte with space.
// {:p} - don't print the position on each line start.