Skip to content

Commit

Permalink
Update index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
zigazajc007 authored Apr 29, 2024
1 parent 9a2d984 commit b7d6ef8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ export class Registry<RegistryContentType = PrometheusContentType> {
* OpenMetrics versions.
* @param contentType The type of the registry
*/
setContentType(contentType: PrometheusContentType | OpenMetricsContentType): void;
setContentType(
contentType: PrometheusContentType | OpenMetricsContentType,
): void;

/**
* Merge registers
Expand Down

0 comments on commit b7d6ef8

Please sign in to comment.