mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-29 18:27:40 +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++
|
||||
|
||||
#include "fmt/format.h"
|
||||
#include <fmt/format.h>
|
||||
|
||||
struct date {
|
||||
int year, month, day;
|
||||
|
Reference in New Issue
Block a user