style(benchmark): 修复文件末尾换行符

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
xfy 2026-04-08 09:58:11 +08:00
parent db73a362af
commit 3758f410ff

View File

@ -161,4 +161,4 @@ func (lg *FasthttpLoadGenerator) RunParallel(pb *testing.PB) {
req.Header.SetMethod("GET")
_ = lg.client.Do(req, resp)
}
}
}