lint: Fix indentation

This commit is contained in:
Quentin Legot 2023-04-07 10:37:03 +02:00
parent 797b2a17f7
commit 28d3596eb9

View File

@ -7,7 +7,7 @@ public class AccessPoint {
private final Cell cell1; private final Cell cell1;
private final Cell cell2; private final Cell cell2;
private final Boolean reuse3 = false; private final boolean reuse3 = false;
public AccessPoint (Cell cell1, Cell cell2){ public AccessPoint (Cell cell1, Cell cell2){
this.cell1 = cell1; this.cell1 = cell1;