Skip to content

Commit c2f81e1

Browse files
committed
Oh lint!
1 parent fd32e77 commit c2f81e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node-core/src/sdk/apm-js-collab-tracing-hooks.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
declare module '@apm-js-collab/tracing-hooks' {
22
import type { InstrumentationConfig } from '@apm-js-collab/code-transformer';
33

4-
type PatchConfig = { instrumentations: InstrumentationConfig[]; };
4+
type PatchConfig = { instrumentations: InstrumentationConfig[] };
55

66
/** Hooks require */
77
export default class ModulePatch {

0 commit comments

Comments
 (0)