Reformat with YAPF
diff --git a/yapf/yapflib/reformatter.py b/yapf/yapflib/reformatter.py
index f690a79..720f7a2 100644
--- a/yapf/yapflib/reformatter.py
+++ b/yapf/yapflib/reformatter.py
@@ -693,7 +693,8 @@
                                            None)
           return NO_BLANK_LINES
     elif _IsClassOrDef(prev_uwline.first):
-      if first_nested and not style.Get('BLANK_LINE_BEFORE_NESTED_CLASS_OR_DEF'):
+      if first_nested and not style.Get(
+          'BLANK_LINE_BEFORE_NESTED_CLASS_OR_DEF'):
         pytree_utils.SetNodeAnnotation(first_token.node,
                                        pytree_utils.Annotation.NEWLINES, None)
         return NO_BLANK_LINES