Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 8f9cd70

Browse files
committed
remove extra whitespace
1 parent c7faf04 commit 8f9cd70

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/opencensus-instrumentation-grpc/test/test-grpc.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ import {logger} from '@opencensus/core';
1919
import * as assert from 'assert';
2020
import * as grpcModule from 'grpc';
2121
import * as path from 'path';
22-
2322
import {GRPC_TRACE_KEY, GrpcModule, GrpcPlugin, plugin, SendUnaryDataCallback} from '../src/';
2423
import * as clientMetrics from '../src/grpc-stats/client-metrics';
2524
import * as serverMetrics from '../src/grpc-stats/server-metrics';
@@ -30,7 +29,6 @@ const grpcPort = 50051;
3029
const MAX_ERROR_STATUS = grpcModule.status.UNAUTHENTICATED;
3130
const log = logger.logger();
3231

33-
3432
class TestExporter implements StatsEventListener {
3533
registeredViews: View[] = [];
3634
recordedMeasurements: Measurement[] = [];

0 commit comments

Comments
 (0)