Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
mathnogueira committed May 2, 2024
1 parent d49f603 commit 8ca531a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions agent/tracedb/jaegerdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,9 @@ func newJaegerDB(grpcConfig *datastore.GRPCClientSettings) (TraceDB, error) {
GRPC: jaegerGrpcGetTraceByID,
})

traceDB := &jaegerTraceDB{
return &jaegerTraceDB{
dataSource: dataSource,
}

return traceDB, nil
}, nil
}

func (jtd *jaegerTraceDB) Connect(ctx context.Context) error {
Expand Down

0 comments on commit 8ca531a

Please sign in to comment.