mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 02:37:36 +02:00
Use consistent include style
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user