Skip to content

Commit 92619e9

Browse files
aperezgfixmie[bot]
andauthored
Fixmie bot fix- Update pkg/tracer/tracer.go
two or more consecutive named function parameters share a type, you can omit the type from all but the last Co-Authored-By: fixmie[bot] <44270338+fixmie[bot]@users.noreply.github.com>
1 parent d8287ea commit 92619e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/tracer/tracer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
// NewTracer creates a new tracer with the necessary dependencies
12-
func NewTracer(serviceName string, reporterURL string) (*zipkin.Tracer, error) {
12+
func NewTracer(serviceName, reporterURL string) (*zipkin.Tracer, error) {
1313

1414
reporter := http.NewReporter(fmt.Sprintf("%s/api/v2/spans", reporterURL))
1515

0 commit comments

Comments
 (0)