Skip to content

Commit

Permalink
Revert whitespace changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mchlp committed Dec 13, 2023
1 parent a4c4fc9 commit 9235fe8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion assert/assertions.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ var basicTypes = []reflect.Kind{
// ObjectsAreEqual determines if two objects are considered equal.
//
// This function does no assertion of any kind.

func ObjectsAreEqual(expected, actual interface{}) bool {
if expected == nil || actual == nil {
return expected == actual
Expand Down

0 comments on commit 9235fe8

Please sign in to comment.