Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasSchneegans committed Dec 9, 2024
1 parent e6dc572 commit 5cd6b94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BO4E/ENUM/Energierichtung.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ public enum Energierichtung
[EnumMember(Value = "RUHEND")]
[System.Text.Json.Serialization.JsonStringEnumMemberName("RUHEND")]
RUHEND,

/// <summary>Die Marktlokation is eine Kundenanlage nach EnWG</summary>
[EnumMember(Value = "KUNDENANLAGE")]
[System.Text.Json.Serialization.JsonStringEnumMemberName("KUNDENANLAGE")]
KUNDENANLAGE
KUNDENANLAGE,
}

0 comments on commit 5cd6b94

Please sign in to comment.