Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
seemk committed Jul 1, 2024
1 parent a9f2a2c commit 3151cbc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/tracing/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ export function getLoadedInstrumentations() {
return _instrumentations;
}

function setLoadedInstrumentations(instrumentations: (Instrumentation | Instrumentation[])[]) {
function setLoadedInstrumentations(
instrumentations: (Instrumentation | Instrumentation[])[]
) {
_instrumentations = [];
// eslint-disable-next-line @typescript-eslint/no-explicit-any
function storeInstrumentation(instrumentation: any) {
Expand Down

0 comments on commit 3151cbc

Please sign in to comment.