Skip to content

Commit

Permalink
removed empty comment lines
Browse files Browse the repository at this point in the history
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
  • Loading branch information
fredbi committed Dec 7, 2023
1 parent 5a61832 commit c315930
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions result.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@ func (r *Result) RootObjectSchemata() []*spec.Schema {
}

// FieldSchemata returns the schemata which apply to fields in objects.
//

func (r *Result) FieldSchemata() map[FieldKey][]*spec.Schema {
if r.cachedFieldSchemta != nil {
return r.cachedFieldSchemta
Expand All @@ -153,8 +151,6 @@ func (r *Result) FieldSchemata() map[FieldKey][]*spec.Schema {
}

// ItemSchemata returns the schemata which apply to items in slices.
//

func (r *Result) ItemSchemata() map[ItemKey][]*spec.Schema {
if r.cachedItemSchemata != nil {
return r.cachedItemSchemata
Expand Down

0 comments on commit c315930

Please sign in to comment.