diff options
author | Anthon van der Neut <anthon@mnt.org> | 2016-02-16 21:16:30 +0100 |
---|---|---|
committer | Anthon van der Neut <anthon@mnt.org> | 2016-02-16 21:16:30 +0100 |
commit | a5f5028c7d5623a13b392d8e9bdb9be622476f8c (patch) | |
tree | 8622585e8067711fcd86cda71d289f46b1309b75 /tokens.py | |
parent | 64c39f0c0b38bcac13cb4c31429b5e3caadf278e (diff) | |
download | ruamel.yaml-a5f5028c7d5623a13b392d8e9bdb9be622476f8c.tar.gz |
- make sure there is a space before # if scalar pushes (through indent)
a comment from its original column
- flake 8
Diffstat (limited to 'tokens.py')
-rw-r--r-- | tokens.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -189,4 +189,4 @@ class CommentToken(Token): def reset(self): if hasattr(self, 'pre_done'): - delattr(self, 'pre_done')
\ No newline at end of file + delattr(self, 'pre_done') |