mirror of
https://github.com/fmtlib/fmt.git
synced 2025-09-14 07:09:26 -04:00
Use consistent include style
This commit is contained in:
parent
f69b6eaabd
commit
cbddab2fe2
@ -116,7 +116,7 @@ Format objects of user-defined types via a simple `extension API
|
|||||||
|
|
||||||
.. code:: c++
|
.. code:: c++
|
||||||
|
|
||||||
#include "fmt/format.h"
|
#include <fmt/format.h>
|
||||||
|
|
||||||
struct date {
|
struct date {
|
||||||
int year, month, day;
|
int year, month, day;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user