style: apply gofmt to resolve lint errors

This commit is contained in:
Harshal Patel 2026-07-30 02:19:59 +05:30
parent 53f7c79e66
commit b5ce17c2be

View File

@ -3995,7 +3995,7 @@ func TestWildcardParamUnicodeConcurrency(t *testing.T) {
req, err := http.NewRequest(http.MethodGet, p, nil)
if err != nil {
mu.Lock()
errs = append(errs, "failed to create request: " + err.Error())
errs = append(errs, "failed to create request: "+err.Error())
mu.Unlock()
continue
}