Removing some trailing space (cosmetic)
This commit is contained in:
parent
a7cd70c84a
commit
a9ac8afd90
@ -383,7 +383,7 @@ class AST27Converter(object):
|
||||
|
||||
if type(inv['function']) in self.special_types:
|
||||
return self.special_types[type(inv['function'])](node)
|
||||
|
||||
|
||||
if inv['function'] in self.native_cases:
|
||||
return self.native_cases[inv['function']](node)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user