remove extra space
This commit is contained in:
parent
dc215eddf6
commit
5fa7bbef77
@ -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()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user