Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
brizental committed Apr 26, 2021
1 parent 83af6bc commit b689d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glean/src/core/metrics/types/labeled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { Metric } from "../metric.js";
* whatever is stored internally, without performing any specific
* validation.
*/
export class LabeledMetric extends Metric<JSONValue, JSONValue> {
export class LabeledMetric extends Metric<JSONValue, JSONValue> {
constructor(v: unknown) {
super(v);
}
Expand Down

0 comments on commit b689d9e

Please sign in to comment.