From c5fba05307d6a83b518916402fcf1fc867ce0782 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Wed, 16 Jan 2013 23:30:06 -0600 Subject: Fix a comment and a apply few gofmt changes. --- spew/dump_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spew/dump_test.go') diff --git a/spew/dump_test.go b/spew/dump_test.go index 8024fe4..b0e795f 100644 --- a/spew/dump_test.go +++ b/spew/dump_test.go @@ -632,7 +632,7 @@ func addFuncDumpTests() { var v3 = func(i int, s string) (b bool, err error) { return true, nil } - nv3 := (*func(int, string)(bool, error))(nil) + nv3 := (*func(int, string) (bool, error))(nil) pv3 := &v3 v3Addr := fmt.Sprintf("%p", pv3) pv3Addr := fmt.Sprintf("%p", &pv3) -- cgit v1.2.3