@@ -38,7 +38,7 @@ public IMetricFamily<ICounter, TLabels> CreateCounter<TLabels>(string name, stri
3838#if HasITuple
3939 where TLabels : struct , ITuple , IEquatable < TLabels>
4040#else
41- where TLabels : struct , IEquatable < TLabels>
41+ where TLabels : struct , IEquatable < TLabels>
4242#endif
4343 {
4444 var metric = TryGetByName < IMetricFamily < ICounter , TLabels > > ( name ) ;
@@ -91,7 +91,7 @@ public IMetricFamily<ICounter<long>, TLabels> CreateCounterInt64<TLabels>(string
9191#if HasITuple
9292 where TLabels : struct , ITuple , IEquatable < TLabels>
9393#else
94- where TLabels : struct , IEquatable < TLabels>
94+ where TLabels : struct , IEquatable < TLabels>
9595#endif
9696 {
9797 var metric = TryGetByName < IMetricFamily < ICounter < long > , TLabels > > ( name ) ;
@@ -139,7 +139,7 @@ public IMetricFamily<IGauge, TLabels> CreateGauge<TLabels>(string name, string h
139139#if HasITuple
140140 where TLabels : struct , ITuple , IEquatable < TLabels>
141141#else
142- where TLabels : struct , IEquatable < TLabels>
142+ where TLabels : struct , IEquatable < TLabels>
143143#endif
144144 {
145145 var metric = TryGetByName < IMetricFamily < IGauge , TLabels > > ( name ) ;
@@ -197,7 +197,7 @@ public IMetricFamily<IGauge<long>, TLabels> CreateGaugeInt64<TLabels>(string nam
197197#if HasITuple
198198 where TLabels : struct , ITuple , IEquatable < TLabels>
199199#else
200- where TLabels : struct , IEquatable < TLabels>
200+ where TLabels : struct , IEquatable < TLabels>
201201#endif
202202 {
203203 var metric = TryGetByName < IMetricFamily < IGauge < long > , TLabels > > ( name ) ;
@@ -250,7 +250,7 @@ public IMetricFamily<IHistogram, TLabels> CreateHistogram<TLabels>(string name,
250250#if HasITuple
251251 where TLabels : struct , ITuple , IEquatable < TLabels>
252252#else
253- where TLabels : struct , IEquatable < TLabels>
253+ where TLabels : struct , IEquatable < TLabels>
254254#endif
255255 {
256256 var metric = TryGetByName < IMetricFamily < IHistogram , TLabels > > ( name ) ;
@@ -313,7 +313,7 @@ public IMetricFamily<IUntyped, TLabels> CreateUntyped<TLabels>(string name, stri
313313#if HasITuple
314314 where TLabels : struct , ITuple , IEquatable < TLabels>
315315#else
316- where TLabels : struct , IEquatable < TLabels>
316+ where TLabels : struct , IEquatable < TLabels>
317317#endif
318318 {
319319 var metric = TryGetByName < IMetricFamily < IUntyped , TLabels > > ( name ) ;
@@ -411,7 +411,7 @@ public IMetricFamily<ISummary, TLabels> CreateSummary<TLabels>(
411411#if HasITuple
412412 where TLabels : struct , ITuple , IEquatable < TLabels>
413413#else
414- where TLabels : struct , IEquatable < TLabels>
414+ where TLabels : struct , IEquatable < TLabels>
415415#endif
416416 {
417417 var metric = TryGetByName < IMetricFamily < ISummary , TLabels > > ( name ) ;
@@ -474,7 +474,7 @@ public void Release<TMetric, TLabels>(IMetricFamily<TMetric, TLabels> metricFami
474474#if HasITuple
475475 where TLabels : struct , ITuple , IEquatable < TLabels >
476476#else
477- where TLabels : struct , IEquatable < TLabels >
477+ where TLabels : struct , IEquatable < TLabels >
478478#endif
479479 {
480480 if ( metricFamily == null )
@@ -510,7 +510,7 @@ private static void ValidateLabelNames<TMetric, TLabels>(IMetricFamily<TMetric,
510510#if HasITuple
511511 where TLabels : struct , ITuple , IEquatable < TLabels >
512512#else
513- where TLabels : struct , IEquatable < TLabels >
513+ where TLabels : struct , IEquatable < TLabels >
514514#endif
515515 {
516516 if ( LabelsHelper . GetHashCode ( metric . LabelNames ) != LabelsHelper . GetHashCode ( actualNames ) )
@@ -541,7 +541,7 @@ internal MetricFamily<ICounter, Counter, TLabels, MetricConfiguration> CreateCou
541541#if HasITuple
542542 where TLabels : struct , ITuple , IEquatable < TLabels>
543543#else
544- where TLabels : struct , IEquatable < TLabels>
544+ where TLabels : struct , IEquatable < TLabels>
545545#endif
546546 {
547547 return _registry . GetOrAdd ( configuration ,
@@ -555,7 +555,7 @@ internal MetricFamily<ICounter<long>, CounterInt64, TLabels, MetricConfiguration
555555#if HasITuple
556556 where TLabels : struct , ITuple , IEquatable < TLabels>
557557#else
558- where TLabels : struct , IEquatable < TLabels>
558+ where TLabels : struct , IEquatable < TLabels>
559559#endif
560560 {
561561 return _registry . GetOrAdd ( configuration ,
@@ -569,7 +569,7 @@ internal MetricFamily<IGauge, Gauge, TLabels, MetricConfiguration> CreateGaugeIn
569569#if HasITuple
570570 where TLabels : struct , ITuple , IEquatable < TLabels>
571571#else
572- where TLabels : struct , IEquatable < TLabels>
572+ where TLabels : struct , IEquatable < TLabels>
573573#endif
574574 {
575575 return _registry . GetOrAdd ( configuration ,
@@ -583,7 +583,7 @@ internal MetricFamily<IGauge<long>, GaugeInt64, TLabels, MetricConfiguration> Cr
583583#if HasITuple
584584 where TLabels : struct , ITuple , IEquatable < TLabels>
585585#else
586- where TLabels : struct , IEquatable < TLabels>
586+ where TLabels : struct , IEquatable < TLabels>
587587#endif
588588 {
589589 return _registry . GetOrAdd ( configuration ,
@@ -597,7 +597,7 @@ internal MetricFamily<IHistogram, Histogram, TLabels, HistogramConfiguration> Cr
597597#if HasITuple
598598 where TLabels : struct , ITuple , IEquatable < TLabels>
599599#else
600- where TLabels : struct , IEquatable < TLabels>
600+ where TLabels : struct , IEquatable < TLabels>
601601#endif
602602 {
603603 return _registry . GetOrAdd ( configuration ,
@@ -611,7 +611,7 @@ internal MetricFamily<IUntyped, Untyped, TLabels, MetricConfiguration> CreateUnt
611611#if HasITuple
612612 where TLabels : struct , ITuple , IEquatable < TLabels>
613613#else
614- where TLabels : struct , IEquatable < TLabels>
614+ where TLabels : struct , IEquatable < TLabels>
615615#endif
616616 {
617617 return _registry . GetOrAdd ( configuration ,
@@ -625,7 +625,7 @@ internal MetricFamily<ISummary, Summary, TLabels, SummaryConfiguration> CreateSu
625625#if HasITuple
626626 where TLabels : struct , ITuple , IEquatable < TLabels>
627627#else
628- where TLabels : struct , IEquatable < TLabels>
628+ where TLabels : struct , IEquatable < TLabels>
629629#endif
630630 {
631631 return _registry . GetOrAdd ( configuration ,
0 commit comments