Skip to content

Commit

Permalink
refactor: remove unrequired prefix underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
DecFox committed Nov 21, 2024
1 parent ca83849 commit 03d6f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/experiment/dnscheck/richerinput.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ var defaultInput = []model.ExperimentTarget{
// while using the default list for normal runs.
//
//lint:ignore U1000 ignore unused var
var _extendedInput = []model.ExperimentTarget{
var extendedInput = []model.ExperimentTarget{
//
// https://dns.google/dns-query
//
Expand Down

0 comments on commit 03d6f6e

Please sign in to comment.