From cbddab2fe21c0051eebf46f2e6f20925a160fc04 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Mon, 29 Jun 2020 09:59:25 -0700 Subject: [PATCH] Use consistent include style --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 8a6d86c05217..ffb467dc092e 100644 --- a/README.rst +++ b/README.rst @@ -116,7 +116,7 @@ Format objects of user-defined types via a simple `extension API .. code:: c++ - #include "fmt/format.h" + #include struct date { int year, month, day;