Skip to content

Commit

Permalink
dotnet format
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidhajiparvaneh committed Dec 15, 2023
1 parent bcd4220 commit bfdf704
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions BO4E/BO/TechnischeRessource.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System.ComponentModel;
using System.Reflection.Metadata;
using System.Runtime.ConstrainedExecution;
using System.Text.Json.Serialization;

using BO4E.COM;
Expand Down Expand Up @@ -138,7 +136,7 @@ public class TechnischeRessource : BusinessObject
/// Z57: Wärmepumpe
/// Z61: Direktheizung
/// </summary>
[JsonProperty(PropertyName = "waermenutzung", Required = Required.Default, Order = 10)]
[JsonProperty(PropertyName = "waermenutzung", Required = Required.Default, Order = 10)]
[JsonPropertyOrder(10)]
[JsonPropertyName("waermenutzung")]
[NonOfficial(NonOfficialCategory.MISSING)]
Expand Down

0 comments on commit bfdf704

Please sign in to comment.