Skip to content

Commit

Permalink
Run gofmt for hash.go to fix formatting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
yujuhong committed Feb 19, 2015
1 parent 053dd78 commit 7379502
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/util/hash.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ import (
// which follows pointers and prints actual values of the nested objects
// ensuring the hash does not change when a pointer changes.
func DeepHashObject(hasher hash.Hash, objectToWrite interface{}) {
printer := spew.ConfigState{Indent: " ", SortKeys: true}
printer.Fprintf(hasher, "%#v", objectToWrite)
printer := spew.ConfigState{Indent: " ", SortKeys: true}
printer.Fprintf(hasher, "%#v", objectToWrite)
}

0 comments on commit 7379502

Please sign in to comment.