diff --git a/Code-Style.md b/Code-Style.md index a0f8dbf..d1aabcd 100644 --- a/Code-Style.md +++ b/Code-Style.md @@ -168,6 +168,8 @@ protected Object invoke(FooBarOperationContext context, } ``` +For inner-classes, extra blank lines around fields and constructors are not required. + ## Class declaration Try as much as possible to put the `implements`, `extends` section of a class declaration on the same line as the class itself.