Skip to content

Commit 2a281bb

Browse files
committedFeb 18, 2015
Fix an indenting issue
1 parent 5a67065 commit 2a281bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎cpyamf/codec.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ cdef class Context(object):
277277
meta = util.get_class_meta(klass)
278278
alias = alias(klass, defer=True, **meta)
279279

280-
self.class_aliases[klass] = alias
280+
self.class_aliases[klass] = alias
281281

282282
return alias
283283

0 commit comments

Comments
 (0)
Please sign in to comment.