fix(base): fix typo
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
f945d4dcdb
commit
e327524d91
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class RankedTree {
|
|||
let edges = [];
|
||||
while (!q.isEmpty()) {
|
||||
let node = q.dequeue();
|
||||
if (!q) {
|
||||
if (!node) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue