Updated brackets
This commit is contained in:
parent
57fbbcd836
commit
f98e3c06bd
@ -63,7 +63,7 @@ class Graph {
|
||||
public Vertex previous = null;
|
||||
public final Map<Vertex, Integer> neighbours = new HashMap<>();
|
||||
|
||||
public Vertex(String name){
|
||||
public Vertex(String name) {
|
||||
this.name = name;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user