aboutsummaryrefslogtreecommitdiffstats
path: root/libtests/json_handler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libtests/json_handler.cc')
-rw-r--r--libtests/json_handler.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/libtests/json_handler.cc b/libtests/json_handler.cc
index 4e610b08..57185c98 100644
--- a/libtests/json_handler.cc
+++ b/libtests/json_handler.cc
@@ -38,9 +38,7 @@ print_json(std::string const& path, JSON value)
static JSONHandler::void_handler_t
make_print_message(std::string msg)
{
- return [msg](std::string const& path) {
- std::cout << path << ": json: " << msg << std::endl;
- };
+ return [msg](std::string const& path) { std::cout << path << ": json: " << msg << std::endl; };
}
static void