Skip to content

Commit

Permalink
style: lint it
Browse files Browse the repository at this point in the history
  • Loading branch information
rauno56 committed Sep 30, 2022
1 parent 627a8a6 commit 83cb5da
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@ import LayerType from './enums/LayerType';

export default class RouterInstrumentation extends InstrumentationBase<any> {
constructor(config?: InstrumentationConfig) {
super(`@opentelemetry/instrumentation-${constants.MODULE_NAME}`, VERSION, config);
super(
`@opentelemetry/instrumentation-${constants.MODULE_NAME}`,
VERSION,
config
);
}

private _moduleVersion?: string;
Expand Down

0 comments on commit 83cb5da

Please sign in to comment.