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 72ba6f9 commit 4c0c3c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/opentelemetry-host-metrics/src/stats/si.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
* limitations under the License.
*/


// Import from the network file directly as bundlers trigger the 'osx-temperature-sensor' import in the systeminformation/lib/cpu.js,
// resulting in the following warning: "Can't resolve 'osx-temperature-sensor'"
// See https://github.com/open-telemetry/opentelemetry-js-contrib/pull/2071
Expand Down
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 4c0c3c9

Please sign in to comment.