From 5fa7bbef77959a474802f00014fbd258495e89db Mon Sep 17 00:00:00 2001 From: Dan Dees Date: Tue, 25 Sep 2018 08:26:48 -0500 Subject: [PATCH] remove extra space --- src/node_data.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node_data.cpp b/src/node_data.cpp index b74a112..04104b7 100644 --- a/src/node_data.cpp +++ b/src/node_data.cpp @@ -15,7 +15,7 @@ namespace detail { const std::string& node_data::empty_scalar() { static const std::string svalue; - return svalue ; + return svalue; } node_data::node_data()