mirror of
https://github.com/gin-gonic/gin.git
synced 2026-06-06 12:08:20 +08:00
fixing a lint error
This commit is contained in:
parent
7c141eca18
commit
4c93b80139
@ -140,7 +140,6 @@ func TestXMLBindingAdversarialInputs(t *testing.T) {
|
||||
xmlBind := xmlBinding{}
|
||||
|
||||
for _, tc := range payloads {
|
||||
tc := tc
|
||||
t.Run(tc.name, func(t *testing.T) {
|
||||
// Measure baseline memory
|
||||
var memBefore runtime.MemStats
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user