Skip to content

Commit

Permalink
fixed syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Christos Vontas committed Nov 29, 2017
1 parent 6d1862d commit 9bcace9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search/query/ip_range.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

type IPRangeQuery struct {
CIDRVal string `json:"cidr", omitempty`
CIDRVal string `json:"cidr, omitempty"`
FieldVal string `json:"field,omitempty"`
BoostVal *Boost `json:"boost,omitempty"`
}
Expand Down

0 comments on commit 9bcace9

Please sign in to comment.