Skip to content

Commit dce954d

Browse files
committed
fix fmt
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
1 parent 85f18ab commit dce954d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/collector/app/zipkin/jsonv2_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ func TestFixtures(t *testing.T) {
3838
var d int64 = 10
3939
localE := &zipkincore.Endpoint{ServiceName: "foo", Ipv4: 170594602}
4040
remoteE := &zipkincore.Endpoint{ServiceName: "bar", Ipv4: 170594603}
41-
var highId = int64(-4793352529331701374)
42-
tSpan := &zipkincore.Span{ID: 2, TraceID: int64(-4795885597963667071), TraceIDHigh: &highId, ParentID: &pid, Name: "foo", Debug: true, Duration: &d, Timestamp: &ts,
41+
var highID = int64(-4793352529331701374)
42+
tSpan := &zipkincore.Span{ID: 2, TraceID: int64(-4795885597963667071), TraceIDHigh: &highID, ParentID: &pid, Name: "foo", Debug: true, Duration: &d, Timestamp: &ts,
4343
Annotations: []*zipkincore.Annotation{
4444
{Value: "foo", Timestamp: 1, Host: localE},
4545
{Value: zipkincore.CLIENT_SEND, Timestamp: ts, Host: localE},

0 commit comments

Comments
 (0)