fix forgot hfill_style in example

This commit is contained in:
Johann Dreo 2022-09-07 22:50:19 +02:00
commit f8c76010fb

View file

@ -446,6 +446,7 @@ Here what you would do to setup clutchlog with the default configuration:
log.strip_calls(5);
log.hfill_char('.');
log.hfill_max(300);
log.hfill_style(clutchlog::fmt::fg::none);
```
And here are all the functions you may call to log something: