@@ -109,7 +109,7 @@ public static void Set(this IMetricFamily<IGauge> metricFamily, double value, Da
109109
110110 public static void Inc < TLabels > ( this IMetricFamily < IGauge , TLabels > metricFamily , double increment = 1 )
111111#if HasITuple
112- where TLabels : struct , ITuple , IEquatable < TLabels>
112+ where TLabels : struct , ITuple , IEquatable < TLabels>
113113#else
114114 where TLabels : struct , IEquatable < TLabels>
115115#endif
@@ -119,7 +119,7 @@ public static void Inc<TLabels>(this IMetricFamily<IGauge, TLabels> metricFamily
119119
120120 public static void Inc < TLabels > ( this IMetricFamily < IGauge , TLabels > metricFamily , double increment , long timestamp )
121121#if HasITuple
122- where TLabels : struct , ITuple , IEquatable < TLabels>
122+ where TLabels : struct , ITuple , IEquatable < TLabels>
123123#else
124124 where TLabels : struct , IEquatable < TLabels>
125125#endif
@@ -129,7 +129,7 @@ public static void Inc<TLabels>(this IMetricFamily<IGauge, TLabels> metricFamily
129129
130130 public static void Inc < TLabels > ( this IMetricFamily < IGauge , TLabels > metricFamily , double increment , DateTimeOffset timestamp )
131131#if HasITuple
132- where TLabels : struct , ITuple , IEquatable < TLabels>
132+ where TLabels : struct , ITuple , IEquatable < TLabels>
133133#else
134134 where TLabels : struct , IEquatable < TLabels>
135135#endif
@@ -139,7 +139,7 @@ public static void Inc<TLabels>(this IMetricFamily<IGauge, TLabels> metricFamily
139139
140140 public static void IncTo < TLabels > ( this IMetricFamily < IGauge , TLabels > metricFamily , double value )
141141#if HasITuple
142- where TLabels : struct , ITuple , IEquatable < TLabels>
142+ where TLabels : struct , ITuple , IEquatable < TLabels>
143143#else
144144 where TLabels : struct , IEquatable < TLabels>
145145#endif
@@ -149,7 +149,7 @@ public static void IncTo<TLabels>(this IMetricFamily<IGauge, TLabels> metricFami
149149
150150 public static void IncTo < TLabels > ( this IMetricFamily < IGauge , TLabels > metricFamily , double value , long timestamp )
151151#if HasITuple
152- where TLabels : struct , ITuple , IEquatable < TLabels>
152+ where TLabels : struct , ITuple , IEquatable < TLabels>
153153#else
154154 where TLabels : struct , IEquatable < TLabels>
155155#endif
@@ -159,7 +159,7 @@ public static void IncTo<TLabels>(this IMetricFamily<IGauge, TLabels> metricFami
159159
160160 public static void IncTo < TLabels > ( this IMetricFamily < IGauge , TLabels > metricFamily , double value , DateTimeOffset timestamp )
161161#if HasITuple
162- where TLabels : struct , ITuple , IEquatable < TLabels>
162+ where TLabels : struct , ITuple , IEquatable < TLabels>
163163#else
164164 where TLabels : struct , IEquatable < TLabels>
165165#endif
@@ -169,7 +169,7 @@ public static void IncTo<TLabels>(this IMetricFamily<IGauge, TLabels> metricFami
169169
170170 public static void Dec < TLabels > ( this IMetricFamily < IGauge , TLabels > metricFamily , double decrement = 1 )
171171#if HasITuple
172- where TLabels : struct , ITuple , IEquatable < TLabels>
172+ where TLabels : struct , ITuple , IEquatable < TLabels>
173173#else
174174 where TLabels : struct , IEquatable < TLabels>
175175#endif
@@ -179,7 +179,7 @@ public static void Dec<TLabels>(this IMetricFamily<IGauge, TLabels> metricFamily
179179
180180 public static void Dec < TLabels > ( this IMetricFamily < IGauge , TLabels > metricFamily , double decrement , long timestamp )
181181#if HasITuple
182- where TLabels : struct , ITuple , IEquatable < TLabels>
182+ where TLabels : struct , ITuple , IEquatable < TLabels>
183183#else
184184 where TLabels : struct , IEquatable < TLabels>
185185#endif
@@ -189,7 +189,7 @@ public static void Dec<TLabels>(this IMetricFamily<IGauge, TLabels> metricFamily
189189
190190 public static void Dec < TLabels > ( this IMetricFamily < IGauge , TLabels > metricFamily , double decrement , DateTimeOffset timestamp )
191191#if HasITuple
192- where TLabels : struct , ITuple , IEquatable < TLabels>
192+ where TLabels : struct , ITuple , IEquatable < TLabels>
193193#else
194194 where TLabels : struct , IEquatable < TLabels>
195195#endif
@@ -199,7 +199,7 @@ public static void Dec<TLabels>(this IMetricFamily<IGauge, TLabels> metricFamily
199199
200200 public static void DecTo < TLabels > ( this IMetricFamily < IGauge , TLabels > metricFamily , double value )
201201#if HasITuple
202- where TLabels : struct , ITuple , IEquatable < TLabels>
202+ where TLabels : struct , ITuple , IEquatable < TLabels>
203203#else
204204 where TLabels : struct , IEquatable < TLabels>
205205#endif
@@ -209,7 +209,7 @@ public static void DecTo<TLabels>(this IMetricFamily<IGauge, TLabels> metricFami
209209
210210 public static void DecTo < TLabels > ( this IMetricFamily < IGauge , TLabels > metricFamily , double value , long timestamp )
211211#if HasITuple
212- where TLabels : struct , ITuple , IEquatable < TLabels>
212+ where TLabels : struct , ITuple , IEquatable < TLabels>
213213#else
214214 where TLabels : struct , IEquatable < TLabels>
215215#endif
@@ -219,7 +219,7 @@ public static void DecTo<TLabels>(this IMetricFamily<IGauge, TLabels> metricFami
219219
220220 public static void DecTo < TLabels > ( this IMetricFamily < IGauge , TLabels > metricFamily , double value , DateTimeOffset timestamp )
221221#if HasITuple
222- where TLabels : struct , ITuple , IEquatable < TLabels>
222+ where TLabels : struct , ITuple , IEquatable < TLabels>
223223#else
224224 where TLabels : struct , IEquatable < TLabels>
225225#endif
@@ -229,7 +229,7 @@ public static void DecTo<TLabels>(this IMetricFamily<IGauge, TLabels> metricFami
229229
230230 public static void Set < TLabels > ( this IMetricFamily < IGauge , TLabels > metricFamily , double value )
231231#if HasITuple
232- where TLabels : struct , ITuple , IEquatable < TLabels>
232+ where TLabels : struct , ITuple , IEquatable < TLabels>
233233#else
234234 where TLabels : struct , IEquatable < TLabels>
235235#endif
@@ -239,7 +239,7 @@ public static void Set<TLabels>(this IMetricFamily<IGauge, TLabels> metricFamily
239239
240240 public static void Set < TLabels > ( this IMetricFamily < IGauge , TLabels > metricFamily , double value , long timestamp )
241241#if HasITuple
242- where TLabels : struct , ITuple , IEquatable < TLabels>
242+ where TLabels : struct , ITuple , IEquatable < TLabels>
243243#else
244244 where TLabels : struct , IEquatable < TLabels>
245245#endif
@@ -249,7 +249,7 @@ public static void Set<TLabels>(this IMetricFamily<IGauge, TLabels> metricFamily
249249
250250 public static void Set < TLabels > ( this IMetricFamily < IGauge , TLabels > metricFamily , double value , DateTimeOffset timestamp )
251251#if HasITuple
252- where TLabels : struct , ITuple , IEquatable < TLabels>
252+ where TLabels : struct , ITuple , IEquatable < TLabels>
253253#else
254254 where TLabels : struct , IEquatable < TLabels>
255255#endif
0 commit comments