From 2740a1aa334b3ae60d86b5f1ec76cca0840d0e29 Mon Sep 17 00:00:00 2001 From: Jean-Charles Lefebvre Date: Fri, 30 Dec 2016 18:55:32 +0100 Subject: [PATCH] Style (part 3) --- doc/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api.rst b/doc/api.rst index 5a93b4aa..54895190 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -120,7 +120,7 @@ custom argument formatter class:: // A custom argument formatter that formats negative integers as unsigned // with the ``x`` format specifier. class CustomArgFormatter : - public fmt::BasicArgFormatter { + public fmt::BasicArgFormatter { public: CustomArgFormatter(fmt::BasicFormatter &f, fmt::FormatSpec &s, const char *fmt)