mirror of
https://github.com/fmtlib/fmt.git
synced 2025-11-15 15:00:01 +01: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