From 76d4990db2ee19ff74610ba43f5ee5d0cd7fe893 Mon Sep 17 00:00:00 2001 From: Paul Bellamy Date: Sat, 25 Jun 2011 23:38:17 +0100 Subject: [PATCH] formatting fix for jsonp_test --- jsonp_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsonp_test.go b/jsonp_test.go index e547c7b..9c968b7 100644 --- a/jsonp_test.go +++ b/jsonp_test.go @@ -173,7 +173,7 @@ func BenchmarkNonJSONP(b *testing.B) { b.StartTimer() for i := 0; i < b.N; i++ { - nonJsonpApp(Env{"mango.request": &Request{request}}) + nonJsonpApp(Env{"mango.request": &Request{request}}) } b.StopTimer() }