diff --git a/test_helpers.go b/test_helpers.go index 9a7ee922..3a7a5ddf 100644 --- a/test_helpers.go +++ b/test_helpers.go @@ -14,4 +14,3 @@ func CreateTestContext(w http.ResponseWriter) (c *Context, r *Engine) { c.writermem.reset(w) return } -