mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-27 06:23:08 +08:00
style: enable MultipleVariableDeclarations
in checkstyle (#5175)
Co-authored-by: vaibhav <vaibhav.waghmare@techprescient.com>
This commit is contained in:
@ -178,7 +178,8 @@ public final class KochSnowflake {
|
||||
*/
|
||||
private static class Vector2 {
|
||||
|
||||
double x, y;
|
||||
double x;
|
||||
double y;
|
||||
|
||||
Vector2(double x, double y) {
|
||||
this.x = x;
|
||||
|
Reference in New Issue
Block a user