summaryrefslogtreecommitdiff
path: root/_test/test_literal.py
diff options
context:
space:
mode:
Diffstat (limited to '_test/test_literal.py')
-rw-r--r--_test/test_literal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/_test/test_literal.py b/_test/test_literal.py
index 6068b3a..1bb8367 100644
--- a/_test/test_literal.py
+++ b/_test/test_literal.py
@@ -112,7 +112,7 @@ class TestNoIndent:
{s}
""".format(s=s))
print(d)
- assert d == (s + '\n')*2
+ assert d == (s + '\n') * 2
def test_top_literal_scalar_no_indent_special(self):
yaml = YAML()