Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[csharp-netcore] Removed extra line break #15507

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
{{/useGenericHost}}
{{/isString}}
{{name}}{{^isString}} = {{{value}}}{{/isString}}{{#isString}}{{^vendorExtensions.x-zero-based-enum}} = {{-index}}{{/vendorExtensions.x-zero-based-enum}}{{/isString}}{{^-last}},{{/-last}}
{{^-last}}

{{/-last}}
{{/enumVars}}
{{/allowableValues}}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
{{/isString}}
{{/useGenericHost}}
{{name}}{{^isString}} = {{{value}}}{{/isString}}{{#isString}}{{^vendorExtensions.x-zero-based-enum}} = {{-index}}{{/vendorExtensions.x-zero-based-enum}}{{/isString}}{{^-last}},{{/-last}}
{{^-last}}

{{/-last}}
{{/enumVars}}
{{/allowableValues}}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ public enum MultipartMixedStatus
/// </summary>
[EnumMember(Value = "REJECTED")]
REJECTED = 3

}

}
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ public enum PetTypeEnum
/// </summary>
[EnumMember(Value = "ChildCat")]
ChildCat = 1

}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public enum PetTypeEnum
/// </summary>
[EnumMember(Value = "ChildCat")]
ChildCat = 1

}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ public enum JustSymbolEnum
/// </summary>
[EnumMember(Value = "$")]
Dollar = 2

}


Expand Down Expand Up @@ -95,7 +94,6 @@ public enum ArrayEnumEnum
/// </summary>
[EnumMember(Value = "crab")]
Crab = 2

}

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ public enum EnumClass
/// </summary>
[EnumMember(Value = "(xyz)")]
Xyz = 3

}

}
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ public enum EnumStringEnum
/// </summary>
[EnumMember(Value = "")]
Empty = 3

}


Expand Down Expand Up @@ -107,7 +106,6 @@ public enum EnumStringRequiredEnum
/// </summary>
[EnumMember(Value = "")]
Empty = 3

}


Expand Down Expand Up @@ -150,7 +148,6 @@ public enum EnumIntegerEnum
/// Enum NUMBER_MINUS_1 for value: -1
/// </summary>
NUMBER_MINUS_1 = -1

}


Expand Down Expand Up @@ -193,7 +190,6 @@ public enum EnumIntegerOnlyEnum
/// Enum NUMBER_MINUS_2 for value: -2
/// </summary>
NUMBER_MINUS_2 = -2

}


Expand Down Expand Up @@ -239,7 +235,6 @@ public enum EnumNumberEnum
/// </summary>
[EnumMember(Value = "-1.2")]
NUMBER_MINUS_1_DOT_2 = 2

}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ public enum InnerEnum
/// </summary>
[EnumMember(Value = "lower")]
Lower = 2

}

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ public enum StatusEnum
/// </summary>
[EnumMember(Value = "delivered")]
Delivered = 3

}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ public enum OuterEnum
/// </summary>
[EnumMember(Value = "delivered")]
Delivered = 3

}

}
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ public enum OuterEnumDefaultValue
/// </summary>
[EnumMember(Value = "delivered")]
Delivered = 3

}

}
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ public enum OuterEnumInteger
/// Enum NUMBER_2 for value: 2
/// </summary>
NUMBER_2 = 2

}

}
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ public enum OuterEnumIntegerDefaultValue
/// Enum NUMBER_2 for value: 2
/// </summary>
NUMBER_2 = 2

}

}
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ public enum StatusEnum
/// </summary>
[EnumMember(Value = "sold")]
Sold = 3

}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ public enum TypeEnum
/// </summary>
[EnumMember(Value = "grevys")]
Grevys = 3

}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public enum ZeroBasedEnum
/// </summary>
[EnumMember(Value = "notUnknown")]
NotUnknown

}

}
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ public enum PetTypeEnum
/// Enum ChildCat for value: ChildCat
/// </summary>
ChildCat = 1

}

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ public enum ArrayEnumEnum
/// Enum Crab for value: crab
/// </summary>
Crab = 2

}

/// <summary>
Expand Down Expand Up @@ -109,7 +108,6 @@ public enum JustSymbolEnum
/// Enum Dollar for value: $
/// </summary>
Dollar = 2

}

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ public enum EnumClass
/// Enum Xyz for value: (xyz)
/// </summary>
Xyz = 3

}

public class EnumClassConverter : JsonConverter<EnumClass>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ public enum EnumIntegerEnum
/// Enum NUMBER_MINUS_1 for value: -1
/// </summary>
NUMBER_MINUS_1 = -1

}

/// <summary>
Expand Down Expand Up @@ -123,7 +122,6 @@ public enum EnumIntegerOnlyEnum
/// Enum NUMBER_MINUS_2 for value: -2
/// </summary>
NUMBER_MINUS_2 = -2

}

/// <summary>
Expand Down Expand Up @@ -173,7 +171,6 @@ public enum EnumNumberEnum
/// Enum NUMBER_MINUS_1_DOT_2 for value: -1.2
/// </summary>
NUMBER_MINUS_1_DOT_2 = 2

}

/// <summary>
Expand Down Expand Up @@ -234,7 +231,6 @@ public enum EnumStringEnum
/// Enum Empty for value:
/// </summary>
Empty = 3

}

/// <summary>
Expand Down Expand Up @@ -301,7 +297,6 @@ public enum EnumStringRequiredEnum
/// Enum Empty for value:
/// </summary>
Empty = 3

}

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ public enum InnerEnum
/// Enum Lower for value: lower
/// </summary>
Lower = 2

}

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ public enum StatusEnum
/// Enum Delivered for value: delivered
/// </summary>
Delivered = 3

}

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ public enum OuterEnum
/// Enum Delivered for value: delivered
/// </summary>
Delivered = 3

}

public class OuterEnumConverter : JsonConverter<OuterEnum>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ public enum OuterEnumDefaultValue
/// Enum Delivered for value: delivered
/// </summary>
Delivered = 3

}

public class OuterEnumDefaultValueConverter : JsonConverter<OuterEnumDefaultValue>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ public enum OuterEnumInteger
/// Enum NUMBER_2 for value: 2
/// </summary>
NUMBER_2 = 2

}

public class OuterEnumIntegerConverter : JsonConverter<OuterEnumInteger>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ public enum OuterEnumIntegerDefaultValue
/// Enum NUMBER_2 for value: 2
/// </summary>
NUMBER_2 = 2

}

public class OuterEnumIntegerDefaultValueConverter : JsonConverter<OuterEnumIntegerDefaultValue>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ public enum StatusEnum
/// Enum Sold for value: sold
/// </summary>
Sold = 3

}

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ public enum TypeEnum
/// Enum Grevys for value: grevys
/// </summary>
Grevys = 3

}

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ public enum ZeroBasedEnum
/// Enum NotUnknown for value: notUnknown
/// </summary>
NotUnknown

}

public class ZeroBasedEnumConverter : JsonConverter<ZeroBasedEnum>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ public enum PetTypeEnum
/// Enum ChildCat for value: ChildCat
/// </summary>
ChildCat = 1

}

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ public enum ArrayEnumEnum
/// Enum Crab for value: crab
/// </summary>
Crab = 2

}

/// <summary>
Expand Down Expand Up @@ -107,7 +106,6 @@ public enum JustSymbolEnum
/// Enum Dollar for value: $
/// </summary>
Dollar = 2

}

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ public enum EnumClass
/// Enum Xyz for value: (xyz)
/// </summary>
Xyz = 3

}

public class EnumClassConverter : JsonConverter<EnumClass>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ public enum EnumIntegerEnum
/// Enum NUMBER_MINUS_1 for value: -1
/// </summary>
NUMBER_MINUS_1 = -1

}

/// <summary>
Expand Down Expand Up @@ -121,7 +120,6 @@ public enum EnumIntegerOnlyEnum
/// Enum NUMBER_MINUS_2 for value: -2
/// </summary>
NUMBER_MINUS_2 = -2

}

/// <summary>
Expand Down Expand Up @@ -171,7 +169,6 @@ public enum EnumNumberEnum
/// Enum NUMBER_MINUS_1_DOT_2 for value: -1.2
/// </summary>
NUMBER_MINUS_1_DOT_2 = 2

}

/// <summary>
Expand Down Expand Up @@ -232,7 +229,6 @@ public enum EnumStringEnum
/// Enum Empty for value:
/// </summary>
Empty = 3

}

/// <summary>
Expand Down Expand Up @@ -299,7 +295,6 @@ public enum EnumStringRequiredEnum
/// Enum Empty for value:
/// </summary>
Empty = 3

}

/// <summary>
Expand Down
Loading