Skip to content

Commit

Permalink
[Ci skip] Fixed typo from before
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBusyBiscuit committed Jun 3, 2021
1 parent 6ae9f6a commit 5f8bd1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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() {}`)
Expand Down

0 comments on commit 5f8bd1b

Please sign in to comment.