Skip to content

Commit

Permalink
still making linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
fearful-symmetry committed Sep 21, 2023
1 parent 4a092ae commit a50419d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libbeat/template/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ var (
// Defaults used in the template
defaultDateDetection = false
defaultTotalFieldsLimit = 10000
defaultNumberOfRoutingShards = 30
defaultMaxDocvalueFieldsSearch = 200

defaultFields []string
Expand All @@ -52,7 +51,6 @@ type Template struct {
esVersion version.V
config TemplateConfig
migration bool
order int
priority int
}

Expand Down

0 comments on commit a50419d

Please sign in to comment.