You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Java, methods should have the opening curly bracket in the same line, which is mostly applied in this repo but not e.g. here.
Maybe we could add a Java linter to enforce the coding style?
Though I'm not sure whether any good Java linter exists beside these which are builtin in an IDE.
The text was updated successfully, but these errors were encountered:
In Java, methods should have the opening curly bracket in the same line, which is mostly applied in this repo but not e.g. here.
Maybe we could add a Java linter to enforce the coding style?
Though I'm not sure whether any good Java linter exists beside these which are builtin in an IDE.
The text was updated successfully, but these errors were encountered: