From 0c3e1fcbdc0de304a4dfef6f6f87358edd3f7397 Mon Sep 17 00:00:00 2001 From: Phil Webb Date: Thu, 1 Aug 2019 08:43:03 +0100 Subject: [PATCH] Updated Code Style (markdown) --- Code-Style.md | 2 ++ 1 file changed, 2 insertions(+) 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.