summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2015-08-11 22:52:03 +0200
committerJan Pokorný <jpokorny@redhat.com>2015-08-11 23:29:59 +0200
commit6b1d3b16316a433cfc27831deedf7dd3cc0d4648 (patch)
tree44be67feaf3eb367575b92fdb70e707958561a54
parent232202be557159efb61a60607fe735a22900fe32 (diff)
downloadclufter-6b1d3b16316a433cfc27831deedf7dd3cc0d4648.tar.gz
clufter-6b1d3b16316a433cfc27831deedf7dd3cc0d4648.tar.xz
clufter-6b1d3b16316a433cfc27831deedf7dd3cc0d4648.zip
format: cosmetics/indentation
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
-rw-r--r--format.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/format.py b/format.py
index 27a24c3..87ec9d6 100644
--- a/format.py
+++ b/format.py
@@ -58,7 +58,7 @@ class formats(PluginRegistry):
cls._protocols, cls._validators, cls._protocol_attrs = {}, {}, set()
cls._context = set(popattr(cls, 'context_specs',
- attrs.pop('context_specs', ())))
+ attrs.pop('context_specs', ())))
# protocols merge: top-down through inheritance
for base in reversed(bases):
cls._protocols.update(getattr(base, '_protocols', {}))