Skip to content

Commit f5e8642

Browse files
committed
chore: fix ST1005 (staticcheck)
1 parent 9a2e0e0 commit f5e8642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gateway.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ func (gw *Gateway) ServeDNS(ctx context.Context, w dns.ResponseWriter, r *dns.Ms
140140
// TODO maybe there's a better way to do this? e.g. return an error back to the client?
141141
return dns.RcodeServerFailure, plugin.Error(
142142
thisPlugin,
143-
fmt.Errorf("Could not sync required resources"),
143+
fmt.Errorf("could not sync required resources"),
144144
)
145145
}
146146

0 commit comments

Comments
 (0)