Skip to content

Commit

Permalink
formatting fix for jsonp_test
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbellamy committed Jun 25, 2011
1 parent 3dd9abe commit 76d4990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsonp_test.go
Expand Up @@ -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()
}
Expand Down

0 comments on commit 76d4990

Please sign in to comment.