From 95d9fdf60df3a8578fec56b5f008d1c2ef607352 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20L=C3=B6ffler?= <22102800+Oliver-Loeffler@users.noreply.github.com> Date: Tue, 28 Mar 2023 19:08:06 +0200 Subject: [PATCH] build: Added WhitespaceAround and WhitespaceAfter rules to Checkstyle config (#625) --- checkstyle.xml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/checkstyle.xml b/checkstyle.xml index 9c32090c8..5e18179f3 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -20,11 +20,11 @@ - + - + @@ -41,10 +41,10 @@ - - - - + + + + @@ -62,7 +62,7 @@ - + @@ -80,7 +80,9 @@ - + + +