remove extra space

This commit is contained in:
Dan Dees 2018-09-25 08:26:48 -05:00
parent dc215eddf6
commit 5fa7bbef77

View File

@ -15,7 +15,7 @@ namespace detail {
const std::string& node_data::empty_scalar() { const std::string& node_data::empty_scalar() {
static const std::string svalue; static const std::string svalue;
return svalue ; return svalue;
} }
node_data::node_data() node_data::node_data()