From 29186db6ec814197d91b414dbd81f4373ecea6ee Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Thu, 5 Sep 2019 11:47:13 +0200 Subject: [PATCH] Add blank line between java and javax imports #23539 --- Code-Style.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Code-Style.md b/Code-Style.md index cca9b56..b10903f 100644 --- a/Code-Style.md +++ b/Code-Style.md @@ -62,6 +62,7 @@ Then be sure to update it to 2019 accordingly: The import statements are structured as follow: * import `java.*` +* blank line * import `javax.*` * blank line * import all other imports