fix fmt error

This commit is contained in:
thinkerou 2018-08-08 07:06:08 +08:00
parent e922d86fa0
commit 22a3022323

View File

@ -14,4 +14,3 @@ func CreateTestContext(w http.ResponseWriter) (c *Context, r *Engine) {
c.writermem.reset(w)
return
}