Skip to content

Commit

Permalink
jaegertracing#2048[WIP] - Fix fmt issues
Browse files Browse the repository at this point in the history
Signed-off-by: santosh <bsantosh@thoughtworks.com>
  • Loading branch information
bhiravabhatla committed Jan 25, 2021
1 parent d85d954 commit c0f3e93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ func (s *IntegrationTest) initSpanstore(allTagsAsFields bool) error {
})
s.SpanReader = reader

depMapping, err := es.GetDependenciesMappings(esTemplate.TextTemplateBuilder{},numShards, numReplicas, esVersion)
depMapping, err := es.GetDependenciesMappings(esTemplate.TextTemplateBuilder{}, numShards, numReplicas, esVersion)
if err != nil {
return err
}
Expand Down

0 comments on commit c0f3e93

Please sign in to comment.