Skip to content

Commit

Permalink
Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Bunn committed Dec 19, 2024
1 parent 9c519a5 commit 026d3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo/MainViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2091,7 +2091,7 @@ extension MainViewController: OmniBarDelegate {

switch accessoryType {
case .chat:
let queryItem = currentTab?.url?.getQueryItems()?.filter{ $0.name == "q" }.first
let queryItem = currentTab?.url?.getQueryItems()?.filter { $0.name == "q" }.first
openAIChat(queryItem)
Pixel.fire(pixel: .openAIChatFromAddressBar)
case .share:
Expand Down

0 comments on commit 026d3d8

Please sign in to comment.