diff --git a/spew/common.go b/spew/common.go index c525a0e..81fac0b 100644 --- a/spew/common.go +++ b/spew/common.go @@ -368,7 +368,6 @@ func valueSortLess(a, b reflect.Value) bool { } return valueSortLess(av, bv) } - return false } return a.String() < b.String() }