Skip to content

Commit 3e3426f

Browse files
committed
chore(lint): whither prettier?
Refs: #3001
1 parent e8bf3a0 commit 3e3426f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/instrumentation-bunyan/src/instrumentation.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@
1616

1717
import { inherits } from 'util';
1818
import { context, trace, isSpanContextValid, Span } from '@opentelemetry/api';
19-
import {
20-
InstrumentationBase,
21-
InstrumentationNodeModuleDefinition,
22-
safeExecuteInTheMiddle,
23-
} from '@opentelemetry/instrumentation';
19+
import { InstrumentationBase, InstrumentationNodeModuleDefinition, safeExecuteInTheMiddle } from '@opentelemetry/instrumentation';
2420
import { BunyanInstrumentationConfig } from './types';
2521
/** @knipignore */
2622
import { PACKAGE_NAME, PACKAGE_VERSION } from './version';

0 commit comments

Comments
 (0)