Pseudo-parentheses have no length.
diff --git a/yapftests/reformatter_buganizer_test.py b/yapftests/reformatter_buganizer_test.py
index 7173154..4028c94 100644
--- a/yapftests/reformatter_buganizer_test.py
+++ b/yapftests/reformatter_buganizer_test.py
@@ -675,8 +675,8 @@
         def main(unused_argv):
           if True:
             aaaaaaaa = {
-                'xxx':
-                    '%s/cccccc/ddddddddddddddddddd.jar' % (eeeeee.FFFFFFFFFFFFFFFFFF),
+                'xxx': '%s/cccccc/ddddddddddddddddddd.jar' %
+                       (eeeeee.FFFFFFFFFFFFFFFFFF),
             }
         """)
     uwlines = yapf_test_helper.ParseAndUnwrap(code)