Use consistent include style

This commit is contained in:
Victor Zverovich
2020-06-29 09:59:25 -07:00
committed by GitHub
parent f69b6eaabd
commit cbddab2fe2

View File

@ -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;