Skip to content

Commit 9f974df

Browse files
committed
Fix formatting
1 parent d2763a1 commit 9f974df

File tree

1 file changed

+1
-1
lines changed
  • packages/node/src/integrations/tracing/fastify/fastify-otel

1 file changed

+1
-1
lines changed

packages/node/src/integrations/tracing/fastify/fastify-otel/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ SOFTWARE.
3636
/* eslint-disable max-lines */
3737
/* eslint-disable no-param-reassign */
3838
import dc from 'node:diagnostics_channel';
39-
import { context, propagation,SpanStatusCode, trace } from '@opentelemetry/api';
39+
import { context, propagation, SpanStatusCode, trace } from '@opentelemetry/api';
4040
import { getRPCMetadata, RPCType } from '@opentelemetry/core';
4141
import { InstrumentationBase } from '@opentelemetry/instrumentation';
4242
import {

0 commit comments

Comments
 (0)