@@ -107,8 +107,7 @@ |
||
107 | 107 | if ($this->hasOrder()) { |
108 | 108 | // return the rank |
109 | 109 | return $this->rank[$vertex]; |
110 | - } |
|
111 | - else { |
|
110 | + } else { |
|
112 | 111 | // is not a DAG |
113 | 112 | return -1; |
114 | 113 | } |