Skip to content

Commit

Permalink
fix: remove the return statement in the middle of the TestNilField test
Browse files Browse the repository at this point in the history
Signed-off-by: Abirdcfly <[email protected]>
  • Loading branch information
Abirdcfly committed Jul 22, 2022
1 parent cb84d6c commit 76c17de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tagexpr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,6 @@ func TestNilField(t *testing.T) {
assert.True(t, r, eh.Path())
return nil
})
return

type (
N struct {
Expand Down

0 comments on commit 76c17de

Please sign in to comment.