Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan committed Mar 23, 2020
1 parent 1052e88 commit ee1776c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/opentelemetry-tracing/src/Tracer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export class Tracer implements api.Tracer {
/**
* Get the parent to assign to a started span. If options.parent is null,
* do not assign a parent.
*
*
* @param options span options
* @param context context to check for parent
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ describe('BasicTracerProvider', () => {
assert.notStrictEqual(context.traceId, overrideParent.context().traceId);
span.end();
rootSpan.end();
})
});

it('should start a span with name and with invalid parent span', () => {
const tracer = new BasicTracerProvider().getTracer('default');
Expand Down

0 comments on commit ee1776c

Please sign in to comment.