Skip to content

Commit

Permalink
Fixing linting
Browse files Browse the repository at this point in the history
  • Loading branch information
samlown committed Oct 4, 2023
1 parent 933814a commit ab81e2a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions reflect_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -637,8 +637,7 @@ type AliasPropertyObjectBase struct {
}

func (AliasPropertyObjectBase) JSONSchemaProperty(prop string) any {
switch prop {
case "object":
if prop == "object" {
return &AliasObjectA{}
}
return nil
Expand Down

0 comments on commit ab81e2a

Please sign in to comment.