Skip to content

Commit

Permalink
Update packages/opentelemetry-sdk-trace-base/src/Span.ts
Browse files Browse the repository at this point in the history
Add spacing on init attributes line

Co-authored-by: Gerhard Stöbich <deb2001-github@yahoo.de>
  • Loading branch information
ArtAhmetaj and Flarna authored Nov 24, 2023
1 parent 2da8b76 commit 195ca39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/opentelemetry-sdk-trace-base/src/Span.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export class Span implements APISpan, ReadableSpan {
links: Link[] = [],
startTime?: TimeInput,
_deprecatedClock?: unknown, // keeping this argument even though it is unused to ensure backwards compatibility
initAttributes?:SpanAttributes
initAttributes?: SpanAttributes
) {
this.name = spanName;
this._spanContext = spanContext;
Expand Down

0 comments on commit 195ca39

Please sign in to comment.