mirror of
https://github.com/gin-gonic/gin.git
synced 2026-09-04 14:49:27 +08:00
style: apply gofmt to resolve lint errors
This commit is contained in:
parent
53f7c79e66
commit
b5ce17c2be
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user