From 1f6e4e9d7a6db9f7d5e9e038410f50557794f1d5 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Tue, 11 Dec 2012 13:55:31 -0800 Subject: [PATCH] Fix formatting. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ce74ba98..a938f706 100644 --- a/README.rst +++ b/README.rst @@ -48,7 +48,7 @@ An object of any user-defined type for which there is an overloaded You can use ``fmt::ActiveFormatter`` to create your own functions similar to ``fmt::Format`` and ``fmt::Print`` with an arbitrary action -performed when formatting is complete: +performed when formatting is complete:: struct PrintError { void operator()(const fmt::Formatter &f) const {