Skip to content
Snippets Groups Projects
Unverified Commit 1a90868f authored by GreyXor's avatar GreyXor Committed by GitHub
Browse files

Merge pull request #159 from testwill/fmt

chore: unnecessary use of fmt.Sprintf
parents 72be4857 fa6e999d
Branches
Tags
No related merge requests found
......@@ -62,7 +62,7 @@ func (s *Server) parseRequestIETF(ctx context.Context, w http.ResponseWriter, r
if len(requestBinary) == 0 {
return &DNSRequest{
errcode: 400,
errtext: fmt.Sprintf("Invalid argument value: \"dns\""),
errtext: "Invalid argument value: \"dns\"",
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment