Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Netail committed May 30, 2024
1 parent c0fbc8b commit 5338456
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/opentelemetry-host-metrics/test/metric.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ class TestMetricReader extends MetricReader {
public override selectAggregationTemporality(): AggregationTemporality {
return AggregationTemporality.CUMULATIVE;
}
protected async onForceFlush(): Promise<void> { }
protected async onShutdown(): Promise<void> { }
protected async onForceFlush(): Promise<void> {}
protected async onShutdown(): Promise<void> {}
}

let countSI = 0;
Expand Down

0 comments on commit 5338456

Please sign in to comment.