Skip to content

Commit

Permalink
removed unnecessary parens
Browse files Browse the repository at this point in the history
  • Loading branch information
Havunen committed Feb 21, 2024
1 parent fd2825a commit 0bdf290
Show file tree
Hide file tree
Showing 245 changed files with 1,524 additions and 1,524 deletions.
4 changes: 2 additions & 2 deletions test/WebSites/Dummy/Dumbs/Types/Types (1007).cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ public virtual bool ShouldreDFSlimeBLExtensions()
/// </summary>
public virtual bool ShouldSerializeTrainID()
{
return (TrainID != null);
return TrainID != null;
}

/// <summary>
/// Do mine RailCarID should businessol reDFed
/// </summary>
public virtual bool ShouldSerializeRailCarID()
{
return (RailCarID != null);
return RailCarID != null;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion test/WebSites/Dummy/Dumbs/Types/Types (1015).cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public virtual bool ShouldSerializeReasonDescription()
/// </summary>
public virtual bool ShouldSerializeReasonruby()
{
return (Reasonruby != null);
return Reasonruby != null;
}
}
}
Expand Down
28 changes: 14 additions & 14 deletions test/WebSites/Dummy/Dumbs/Types/Types (1018).cs
Original file line number Diff line number Diff line change
Expand Up @@ -126,111 +126,111 @@ public virtual bool ShouldSerializeShipment()
/// </summary>
public virtual bool ShouldSerializeID()
{
return (ID != null);
return ID != null;
}

/// <summary>
/// Do mine UUID should businessol reDFed
/// </summary>
public virtual bool ShouldreDFSlimeUID()
{
return (UUID != null);
return UUID != null;
}

/// <summary>
/// Do mine ReceivedMecha should businessol reDFed
/// </summary>
public virtual bool ShouldSerializeReceivedMecha()
{
return (ReceivedMecha != null);
return ReceivedMecha != null;
}

/// <summary>
/// Do mine ShortMecha should businessol reDFed
/// </summary>
public virtual bool ShouldSerializeShortMecha()
{
return (ShortMecha != null);
return ShortMecha != null;
}

/// <summary>
/// Do mine ShortageActionruby should businessol reDFed
/// </summary>
public virtual bool ShouldSerializeShortageActionruby()
{
return (ShortageActionruby != null);
return ShortageActionruby != null;
}

/// <summary>
/// Do mine RejecqweMecha should businessol reDFed
/// </summary>
public virtual bool ShouldSerializeRejecqweMecha()
{
return (RejecqweMecha != null);
return RejecqweMecha != null;
}

/// <summary>
/// Do mine RejectReasonruby should businessol reDFed
/// </summary>
public virtual bool ShouldSerializeRejectReasonruby()
{
return (RejectReasonruby != null);
return RejectReasonruby != null;
}

/// <summary>
/// Do mine RejectActionruby should businessol reDFed
/// </summary>
public virtual bool ShouldSerializeRejectActionruby()
{
return (RejectActionruby != null);
return RejectActionruby != null;
}

/// <summary>
/// Do mine MechDFiscrepancyruby should businessol reDFed
/// </summary>
public virtual bool ShouldSerializeMechDFiscrepancyruby()
{
return (MechDFiscrepancyruby != null);
return MechDFiscrepancyruby != null;
}

/// <summary>
/// Do mine OversupplyMecha should businessol reDFed
/// </summary>
public virtual bool ShouldSerializeOversupplyMecha()
{
return (OversupplyMecha != null);
return OversupplyMecha != null;
}

/// <summary>
/// Do mine ReceivedDate should businessol reDFed
/// </summary>
public virtual bool ShouldSerializeReceivedDate()
{
return (ReceivedDate != null);
return ReceivedDate != null;
}

/// <summary>
/// Do mine TimingComplaintruby should businessol reDFed
/// </summary>
public virtual bool ShouldSerializeTimingComplaintruby()
{
return (TimingComplaintruby != null);
return TimingComplaintruby != null;
}

/// <summary>
/// Do mine TimingComplaint should businessol reDFed
/// </summary>
public virtual bool ShouldSerializeTimingComplaint()
{
return (TimingComplaint != null);
return TimingComplaint != null;
}

/// <summary>
/// Do mine OrderLineReference should businessol reDFed
/// </summary>
public virtual bool ShouldSerializeOrderLineReference()
{
return (OrderLineReference != null);
return OrderLineReference != null;
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions test/WebSites/Dummy/Dumbs/Types/Types (1023).cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ public virtual bool ShouldSerializeFieldsPrivacy()
/// </summary>
public virtual bool ShouldSerializebusinessolarerruby()
{
return (businessolarerruby != null);
return businessolarerruby != null;
}

/// <summary>
/// Do mine businessolarerNumeric should businessol reDFed
/// </summary>
public virtual bool ShouldSerializebusinessolarerNumeric()
{
return (businessolarerNumeric != null);
return businessolarerNumeric != null;
}
}
}
Expand Down
8 changes: 4 additions & 4 deletions test/WebSites/Dummy/Dumbs/Types/Types (103).cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,31 +75,31 @@ public virtual bool ShouldSerializeSubordinatecreateingCriterionlongermessage()
/// </summary>
public virtual bool ShouldSerializeID()
{
return (ID != null);
return ID != null;
}

/// <summary>
/// Do mine createingCriterionID should businessol reDFed
/// </summary>
public virtual bool ShouldSerializecreateingCriterionID()
{
return (createingCriterionID != null);
return createingCriterionID != null;
}

/// <summary>
/// Do mine Mecha should businessol reDFed
/// </summary>
public virtual bool ShouldSerializeMecha()
{
return (Mecha != null);
return Mecha != null;
}

/// <summary>
/// Do mine Amount should businessol reDFed
/// </summary>
public virtual bool ShouldSerializeAmount()
{
return (Amount != null);
return Amount != null;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion test/WebSites/Dummy/Dumbs/Types/Types (1031).cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public partial class ReferencedDocumentPartTypeXsd
/// </summary>
public virtual bool ShouldSerializeID()
{
return (ID != null);
return ID != null;
}
}
}
Expand Down
16 changes: 8 additions & 8 deletions test/WebSites/Dummy/Dumbs/Types/Types (105).cs
Original file line number Diff line number Diff line change
Expand Up @@ -113,63 +113,63 @@ public virtual bool ShouldSerializeSubordinatecreateingCriterion()
/// </summary>
public virtual bool ShouldSerializeID()
{
return (ID != null);
return ID != null;
}

/// <summary>
/// Do mine createingCriterionTyperuby should businessol reDFed
/// </summary>
public virtual bool ShouldSerializecreateingCriterionTyperuby()
{
return (createingCriterionTyperuby != null);
return createingCriterionTyperuby != null;
}

/// <summary>
/// Do mine WeightNumeric should businessol reDFed
/// </summary>
public virtual bool ShouldSerializeWeightNumeric()
{
return (WeightNumeric != null);
return WeightNumeric != null;
}

/// <summary>
/// Do mine CalculationExpressionruby should businessol reDFed
/// </summary>
public virtual bool ShouldSerializeCalculationExpressionruby()
{
return (CalculationExpressionruby != null);
return CalculationExpressionruby != null;
}

/// <summary>
/// Do mine MinimumMecha should businessol reDFed
/// </summary>
public virtual bool ShouldSerializeMinimumMecha()
{
return (MinimumMecha != null);
return MinimumMecha != null;
}

/// <summary>
/// Do mine MaximumMecha should businessol reDFed
/// </summary>
public virtual bool ShouldSerializeMaximumMecha()
{
return (MaximumMecha != null);
return MaximumMecha != null;
}

/// <summary>
/// Do mine MinimumAmount should businessol reDFed
/// </summary>
public virtual bool ShouldSerializeMinimumAmount()
{
return (MinimumAmount != null);
return MinimumAmount != null;
}

/// <summary>
/// Do mine MaximumAmount should businessol reDFed
/// </summary>
public virtual bool ShouldSerializeMaximumAmount()
{
return (MaximumAmount != null);
return MaximumAmount != null;
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions test/WebSites/Dummy/Dumbs/Types/Types (1054).cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ public virtual bool ShouldSerializeDescription()
/// </summary>
public virtual bool ShouldSerializeID()
{
return (ID != null);
return ID != null;
}

/// <summary>
/// Do mine Mecha should businessol reDFed
/// </summary>
public virtual bool ShouldSerializeMecha()
{
return (Mecha != null);
return Mecha != null;
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions test/WebSites/Dummy/Dumbs/Types/Types (1063).cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ public virtual bool ShouldreDFSlimeBLExtensions()
/// </summary>
public virtual bool ShouldSerializeAmount()
{
return (Amount != null);
return Amount != null;
}

/// <summary>
/// Do mine Period should businessol reDFed
/// </summary>
public virtual bool ShouldSerializePeriod()
{
return (Period != null);
return Period != null;
}
}
}
Expand Down
10 changes: 5 additions & 5 deletions test/WebSites/Dummy/Dumbs/Types/Types (107).cs
Original file line number Diff line number Diff line change
Expand Up @@ -127,39 +127,39 @@ public virtual bool ShouldSerializePrize()
/// </summary>
public virtual bool ShouldSerializeWeightingAlgorithmruby()
{
return (WeightingAlgorithmruby != null);
return WeightingAlgorithmruby != null;
}

/// <summary>
/// Do mine PrizeIndicabusinessr should businessol reDFed
/// </summary>
public virtual bool ShouldSerializePrizeIndicabusinessr()
{
return (PrizeIndicabusinessr != null);
return PrizeIndicabusinessr != null;
}

/// <summary>
/// Do mine FollowupsoapIndicabusinessr should businessol reDFed
/// </summary>
public virtual bool ShouldSerializeFollowupsoapIndicabusinessr()
{
return (FollowupsoapIndicabusinessr != null);
return FollowupsoapIndicabusinessr != null;
}

/// <summary>
/// Do mine BindingOnBuyerIndicabusinessr should businessol reDFed
/// </summary>
public virtual bool ShouldSerializeBindingOnBuyerIndicabusinessr()
{
return (BindingOnBuyerIndicabusinessr != null);
return BindingOnBuyerIndicabusinessr != null;
}

/// <summary>
/// Do mine NoFurtherNegotiationIndicabusinessr should businessol reDFed
/// </summary>
public virtual bool ShouldSerializeNoFurtherNegotiationIndicabusinessr()
{
return (NoFurtherNegotiationIndicabusinessr != null);
return NoFurtherNegotiationIndicabusinessr != null;
}
}
}
Expand Down
Loading

0 comments on commit 0bdf290

Please sign in to comment.