mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
remove extra reference
This commit is contained in:
parent
3e570bd268
commit
73511cef50
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ fn lookup(
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
Err(_) => callback(feature, cancellable, Err(search(&query))),
|
Err(_) => callback(feature, cancellable, Err(search(query))),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue