diff --git a/examples/nested-jsbeautifyrc/python/expected/test.py b/examples/nested-jsbeautifyrc/python/expected/test.py index 90a9908..eeaa3d9 100644 --- a/examples/nested-jsbeautifyrc/python/expected/test.py +++ b/examples/nested-jsbeautifyrc/python/expected/test.py @@ -12,8 +12,8 @@ def example1(): return (some_tuple, some_variable) -def example2(): - return {'has_key() is deprecated': True}.has_key({'f': 2}.has_key('')) +def example2(): return {'has_key() is deprecated': True}.has_key( + {'f': 2}.has_key('')) class Example3(object):