summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Dumper.coffee3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Dumper.coffee b/src/Dumper.coffee
index 0338212..9462966 100644
--- a/src/Dumper.coffee
+++ b/src/Dumper.coffee
@@ -34,8 +34,7 @@ class Dumper
output +=
prefix +
- '-' +
- (if willBeInlined then ' ' else "\n") +
+ '- ' +
@dump(value, inline - 1, (if willBeInlined then 0 else indent + @indentation), exceptionOnInvalidType, objectEncoder) +
(if willBeInlined then "\n" else '')