Skip to content

Commit

Permalink
remove extra reference
Browse files Browse the repository at this point in the history
  • Loading branch information
yggverse committed Jan 25, 2025
1 parent 3e570bd commit 73511ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/browser/window/tab/item/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ fn lookup(
}
},
),
Err(_) => callback(feature, cancellable, Err(search(&query))),
Err(_) => callback(feature, cancellable, Err(search(query))),
}
}
}
Expand Down

0 comments on commit 73511ce

Please sign in to comment.