summaryrefslogtreecommitdiff
path: root/src/value.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/value.h')
-rw-r--r--src/value.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/value.h b/src/value.h
index 2940ac4b..93e96228 100644
--- a/src/value.h
+++ b/src/value.h
@@ -973,7 +973,6 @@ inline string value_context(const value_t& val) {
buf << std::right;
buf.width(20);
val.print(buf);
- buf << std::endl;
return buf.str();
}