Skip to content

Commit a1e516f

Browse files
committed
More tab to space fixes
1 parent 600f9fe commit a1e516f

File tree

96 files changed

+115
-115
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+115
-115
lines changed

UnitsNet/GeneratedCode/Quantities/Acceleration.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ public bool Equals(Acceleration other, Acceleration maxError)
815815

816816
public override int GetHashCode()
817817
{
818-
return new { Value, Unit }.GetHashCode();
818+
return new { Value, Unit }.GetHashCode();
819819
}
820820

821821
#endregion

UnitsNet/GeneratedCode/Quantities/AmountOfSubstance.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ public bool Equals(AmountOfSubstance other, AmountOfSubstance maxError)
848848

849849
public override int GetHashCode()
850850
{
851-
return new { Value, Unit }.GetHashCode();
851+
return new { Value, Unit }.GetHashCode();
852852
}
853853

854854
#endregion

UnitsNet/GeneratedCode/Quantities/AmplitudeRatio.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ public bool Equals(AmplitudeRatio other, AmplitudeRatio maxError)
516516

517517
public override int GetHashCode()
518518
{
519-
return new { Value, Unit }.GetHashCode();
519+
return new { Value, Unit }.GetHashCode();
520520
}
521521

522522
#endregion

UnitsNet/GeneratedCode/Quantities/Angle.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,7 @@ public bool Equals(Angle other, Angle maxError)
838838

839839
public override int GetHashCode()
840840
{
841-
return new { Value, Unit }.GetHashCode();
841+
return new { Value, Unit }.GetHashCode();
842842
}
843843

844844
#endregion

UnitsNet/GeneratedCode/Quantities/ApparentEnergy.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ public bool Equals(ApparentEnergy other, ApparentEnergy maxError)
485485

486486
public override int GetHashCode()
487487
{
488-
return new { Value, Unit }.GetHashCode();
488+
return new { Value, Unit }.GetHashCode();
489489
}
490490

491491
#endregion

UnitsNet/GeneratedCode/Quantities/ApparentPower.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ public bool Equals(ApparentPower other, ApparentPower maxError)
518518

519519
public override int GetHashCode()
520520
{
521-
return new { Value, Unit }.GetHashCode();
521+
return new { Value, Unit }.GetHashCode();
522522
}
523523

524524
#endregion

UnitsNet/GeneratedCode/Quantities/Area.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ public bool Equals(Area other, Area maxError)
815815

816816
public override int GetHashCode()
817817
{
818-
return new { Value, Unit }.GetHashCode();
818+
return new { Value, Unit }.GetHashCode();
819819
}
820820

821821
#endregion

UnitsNet/GeneratedCode/Quantities/AreaDensity.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ public bool Equals(AreaDensity other, AreaDensity maxError)
419419

420420
public override int GetHashCode()
421421
{
422-
return new { Value, Unit }.GetHashCode();
422+
return new { Value, Unit }.GetHashCode();
423423
}
424424

425425
#endregion

UnitsNet/GeneratedCode/Quantities/AreaMomentOfInertia.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ public bool Equals(AreaMomentOfInertia other, AreaMomentOfInertia maxError)
584584

585585
public override int GetHashCode()
586586
{
587-
return new { Value, Unit }.GetHashCode();
587+
return new { Value, Unit }.GetHashCode();
588588
}
589589

590590
#endregion

UnitsNet/GeneratedCode/Quantities/BitRate.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1231,7 +1231,7 @@ public bool Equals(BitRate other, BitRate maxError)
12311231

12321232
public override int GetHashCode()
12331233
{
1234-
return new { Value, Unit }.GetHashCode();
1234+
return new { Value, Unit }.GetHashCode();
12351235
}
12361236

12371237
#endregion

0 commit comments

Comments
 (0)