Skip to content

Commit e493353

Browse files
committed
fix: whoops totally missed the linting formatting fix step
1 parent 7b11f90 commit e493353

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

experimental/packages/otlp-exporter-base/src/platform/browser/OTLPExporterBrowserBase.ts

+4-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,10 @@ export abstract class OTLPExporterBrowserBase<
5757
}
5858

5959
onShutdown(): void {
60-
_globalThis.removeEventListener(this.shutDownEvent ?? 'unload', this.shutdown);
60+
_globalThis.removeEventListener(
61+
this.shutDownEvent ?? 'unload',
62+
this.shutdown
63+
);
6164
}
6265

6366
send(

0 commit comments

Comments
 (0)