Skip to content
forked from fmtlib/fmt

Commit

Permalink
Use consistent include style
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut authored Jun 29, 2020
1 parent f69b6ea commit cbddab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit cbddab2

Please sign in to comment.