Skip to content

Commit

Permalink
Fix an indenting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
njoyce committed Feb 18, 2015
1 parent 5a67065 commit 2a281bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpyamf/codec.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ cdef class Context(object):
meta = util.get_class_meta(klass)
alias = alias(klass, defer=True, **meta)

self.class_aliases[klass] = alias
self.class_aliases[klass] = alias

return alias

Expand Down

0 comments on commit 2a281bb

Please sign in to comment.