📝 README example: Add {:a} format flag to bin_to_hex example

Add {:a} format flag to bin_to_hex example
This commit is contained in:
ArnaudBienner 2020-11-22 20:54:28 +01:00 committed by GitHub
parent 456b24134d
commit 0695d9cb5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -188,6 +188,7 @@ void stopwatch_example()
// {:s} - don't separate each byte with space.
// {:p} - don't print the position on each line start.
// {:n} - don't split the output to lines.
// {:a} - show ASCII if :n is not set.
#include "spdlog/fmt/bin_to_hex.h"