1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00

[Ci skip] Fixed typo from before

This commit is contained in:
TheBusyBiscuit 2021-06-03 18:42:53 +02:00
parent 6ae9f6a31e
commit 5f8bd1b909

View File

@ -176,7 +176,7 @@ String[] arrays = {
"4", "5", "6", "4", "5", "6",
"7", "8", "9" "7", "8", "9"
}; };
// @formatter:off // @formatter:on
``` ```
* Make sure that empty lines are truly empty, they should not contain any whitespace characters. * 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() {}`) * Empty blocks like constructors should not occupy more than one line. (e.g. `private MyClass() {}`)