Skip to content

Commit

Permalink
prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Ezequiel Fabbroni Assum authored and Jorge Ezequiel Fabbroni Assum committed Jan 8, 2024
1 parent 8aef2d9 commit af6085b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/promjs/registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ import { formatCounterOrGauge, formatHistogramOrSummary } from './utils';
type CollectorForType<Type extends CollectorType> = Type extends 'histogram'
? Histogram
: Type extends 'gauge'
? Gauge
: Type extends 'counter'
? Counter
: never;
? Gauge
: Type extends 'counter'
? Counter
: never;

interface RegistryItem<Type extends CollectorType> {
[key: string]: {
Expand Down

0 comments on commit af6085b

Please sign in to comment.