lint: Fix indentation
This commit is contained in:
parent
797b2a17f7
commit
28d3596eb9
@ -7,7 +7,7 @@ public class AccessPoint {
|
||||
private final Cell cell1;
|
||||
private final Cell cell2;
|
||||
|
||||
private final Boolean reuse3 = false;
|
||||
private final boolean reuse3 = false;
|
||||
|
||||
public AccessPoint (Cell cell1, Cell cell2){
|
||||
this.cell1 = cell1;
|
||||
|
Reference in New Issue
Block a user