Patch vendored version of stretchr to use latest go-spew

This commit is contained in:
Nick Craig-Wood 2016-12-04 16:28:27 +00:00
parent 34b9ac8a5d
commit 716ce49ce9

View File

@ -1056,8 +1056,6 @@ func diff(expected interface{}, actual interface{}) string {
}
var spewConfig = spew.ConfigState{
Indent: " ",
DisablePointerAddresses: true,
DisableCapacities: true,
SortKeys: true,
Indent: " ",
SortKeys: true,
}