summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crystal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/crystal.py b/crystal.py
index 0e0c928..a00b8eb 100644
--- a/crystal.py
+++ b/crystal.py
@@ -2228,7 +2228,7 @@ class MainText(TextCommand):
output += "@\"\n"
new_line = True
elif not in_quotes:
- if not was_comma:
+ if not was_comma and not new_line:
output += ", "
output += "\"@\"\n"