Skip to content

Commit

Permalink
Fix linter warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
osamingo committed Feb 19, 2022
1 parent a4a0460 commit 1dcd3a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ func TestRemoteAddress_UnmarshalJSON(t *testing.T) {
if err == nil {
t.Errorf("an error should not be nil")
}

return
}
if err != nil {
Expand Down

0 comments on commit 1dcd3a6

Please sign in to comment.