Skip to content
This repository has been archived by the owner on Apr 3, 2022. It is now read-only.

Commit

Permalink
Remove default param for FreeVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
spikespaz committed Sep 30, 2019
1 parent 52cb97c commit a7aa117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/common.d
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ struct DeflectorSettings {
// dfmt on
} catch (RegistryException error) {
debug writeln(error.message);
return DeflectorSettings("google.com/search?q={{query}}", "", 0, false);
return DeflectorSettings("google.com/search?q={{query}}", "", 0);
}
}

Expand Down

0 comments on commit a7aa117

Please sign in to comment.