Skip to content

Commit

Permalink
refactor: addressing code review
Browse files Browse the repository at this point in the history
#7441 (review)

License: MIT
Signed-off-by: Marcin Rataj <lidel@lidel.org>
  • Loading branch information
lidel authored and petar committed Jul 13, 2020
1 parent 5cd130d commit 0859059
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/corehttp/hostname_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,5 @@ func TestKnownSubdomainDetails(t *testing.T) {
}

func equalError(a, b error) bool {
<<<<<<< HEAD
return (a == nil && b == nil) || (a != nil && b != nil && a.Error() == b.Error())
=======
return a == nil && b == nil || a != nil && b != nil && a.Error() == b.Error()
>>>>>>> feat: support ED25519 at subdomain gw with TLS
}

0 comments on commit 0859059

Please sign in to comment.