mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
change comment position
This commit is contained in:
parent
436899a248
commit
025899ba68
1 changed files with 1 additions and 1 deletions
|
|
@ -47,8 +47,8 @@ impl Client {
|
|||
lookup(request, self.cancellable(), {
|
||||
let driver = self.driver.clone();
|
||||
let subject = self.subject.clone();
|
||||
// route by scheme parsed
|
||||
move |feature, cancellable, result| match result {
|
||||
// route by scheme parsed
|
||||
Ok(uri) => match uri.scheme().as_str() {
|
||||
"gemini" => driver
|
||||
.gemini
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue