Skip to content

Commit 06c23f2

Browse files
committed
- text align
1 parent aa8f6b1 commit 06c23f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/algorithms/implementation/Dijkstra.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public void execute(Graph graph, Node source) {
3939
}
4040

4141
public Dijkstra() {
42-
log("============= START OF DIJKSTRA MINIMUM PATH SEARCH=============");
42+
log("============= START OF DIJKSTRA MINIMUM PATH SEARCH =============");
4343
}
4444

4545
@Override

0 commit comments

Comments
 (0)