Skip to content

Commit 6f91745

Browse files
committed
prettier
1 parent 229f481 commit 6f91745

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/faas/v0/traceProvider.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,11 @@ const newTracerProvider = (): NodeTracerProvider => {
5454

5555
const processor = localRun
5656
? new NoopSpanProcessor()
57-
: new BatchSpanProcessor(new OTLPTraceExporter({
58-
url: 'http://localhost:4317',
59-
}));
57+
: new BatchSpanProcessor(
58+
new OTLPTraceExporter({
59+
url: 'http://localhost:4317',
60+
})
61+
);
6062

6163
provider.addSpanProcessor(processor);
6264
provider.register();

0 commit comments

Comments
 (0)