diff options
author | Bruno Wagner Goncalves <bwagner@thoughtworks.com> | 2014-08-14 14:03:26 -0300 |
---|---|---|
committer | Bruno Wagner Goncalves <bwagner@thoughtworks.com> | 2014-08-14 14:03:26 -0300 |
commit | a521d7da1aa68dc6f32f73d2b1331e40e7e80171 (patch) | |
tree | 740f2efbaa8a618fc08d03edc740e07ff2685a04 /service/app/adapter/pixelated_mail.py | |
parent | ff6aafebcc40d3b734da794e732a0b1cd3526964 (diff) |
Fixed some identation issues
Diffstat (limited to 'service/app/adapter/pixelated_mail.py')
-rw-r--r-- | service/app/adapter/pixelated_mail.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/app/adapter/pixelated_mail.py b/service/app/adapter/pixelated_mail.py index cdfd9a29..99ba1ba8 100644 --- a/service/app/adapter/pixelated_mail.py +++ b/service/app/adapter/pixelated_mail.py @@ -47,7 +47,7 @@ class PixelatedMail: tag_names = self._converted_tags(flags) + self._custom_tags(flags) tags = [] for tag in tag_names: - tags.append(Tag(tag)) + tags.append(Tag(tag)) return tags def _converted_tags(self, flags): |