summaryrefslogtreecommitdiffstats
path: root/src/uscxml/Message.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/Message.cpp')
-rw-r--r--src/uscxml/Message.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uscxml/Message.cpp b/src/uscxml/Message.cpp
index 2e82b69..266b4be 100644
--- a/src/uscxml/Message.cpp
+++ b/src/uscxml/Message.cpp
@@ -568,7 +568,7 @@ std::string Data::toJSON(const Data& data) {
seperator = ", ";
arrayIter++;
}
- os << std::endl << indent << "]";
+ os << "]";
} else if (data.atom.size() > 0) {
if (data.type == Data::VERBATIM) {
os << "\"" << data.atom << "\"";