[pretty] remove extraneous newline

pull/254/head
Timothy Stack 9 years ago
parent 82574e2e27
commit b7d7fe70c7

@ -124,7 +124,6 @@ public:
this->pp_values.push_back(el);
}
this->flush_values();
this->pp_stream << std::ends;
return this->pp_stream.str();
};

@ -397,9 +397,6 @@ check_output "pretty-printer is not working" <<EOF
<value id="name" actions="enabled">nic1</value>
</value>
</response>
EOF

Loading…
Cancel
Save