Unverified Commit cbddab2f authored by Victor Zverovich's avatar Victor Zverovich Committed by GitHub

Use consistent include style

parent f69b6eaa
...@@ -116,7 +116,7 @@ Format objects of user-defined types via a simple `extension API ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment