Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz834 committed Nov 3, 2022
1 parent fbbd8e1 commit a456340
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/net/dnsconfig_unix_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ func TestDNSReadConfig(t *testing.T) {
getHostname = func() (string, error) { return "host.domain.local", nil }

for _, tt := range dnsReadConfigTests {
// make a copy to avoid modyfying shared state
want := *tt.want
if len(want.search) == 0 {
want.search = dnsDefaultSearch()
Expand Down

0 comments on commit a456340

Please sign in to comment.