Skip to content

Commit f0c2bfc

Browse files
committed
Regen after PR 1555
1 parent 4fc6581 commit f0c2bfc

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

UnitsNet/GeneratedCode/Quantities/ThermalInsulance.g.cs

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

UnitsNet/IQuantity.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public interface IQuantity : IFormattable
9494
/// <returns>String representation.</returns>
9595
/// <param name="provider">Format to use for localization and number formatting. Defaults to <see cref="CultureInfo.CurrentCulture" /> if null.</param>
9696
string ToString(IFormatProvider? provider);
97-
97+
9898
/// <summary>
9999
/// Gets the unique key for the unit type and its corresponding value.
100100
/// </summary>
@@ -144,7 +144,7 @@ public interface IQuantity<TUnitType> : IQuantity
144144
/// <param name="unitSystem">The <see cref="UnitSystem"/> to convert the quantity to.</param>
145145
/// <returns>A new quantity with the determined unit.</returns>
146146
new IQuantity<TUnitType> ToUnit(UnitSystem unitSystem);
147-
147+
148148
#if NET
149149

150150
#region Implementation of IQuantity
@@ -194,7 +194,7 @@ public interface IQuantity<TSelf, TUnitType> : IQuantity<TUnitType>
194194
/// <param name="tolerance">The absolute tolerance value. Must be greater than or equal to zero.</param>
195195
/// <returns>True if the absolute difference between the two values is not greater than the specified tolerance.</returns>
196196
bool Equals(TSelf? other, TSelf tolerance);
197-
197+
198198
/// <inheritdoc cref="IQuantity.QuantityInfo"/>
199199
new QuantityInfo<TSelf, TUnitType> QuantityInfo { get; }
200200

0 commit comments

Comments
 (0)