From 5f8bd1b909cd09c9bf918e4f6c25a1ad039ca0c4 Mon Sep 17 00:00:00 2001 From: TheBusyBiscuit Date: Thu, 3 Jun 2021 18:42:53 +0200 Subject: [PATCH] [Ci skip] Fixed typo from before --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d8d131384..6e6d01d2e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -176,7 +176,7 @@ String[] arrays = { "4", "5", "6", "7", "8", "9" }; -// @formatter:off +// @formatter:on ``` * Make sure that empty lines are truly empty, they should not contain any whitespace characters. * Empty blocks like constructors should not occupy more than one line. (e.g. `private MyClass() {}`)