Skip to content

Commit

Permalink
remove errant comma at end of enum
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewRathbun committed Nov 26, 2024
1 parent ebc65b3 commit f514d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RECmd/ReBatch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public enum HiveType_
[Description("userdiff")] userdiff = 14,
[Description("BBI")] Bbi = 15,
[Description("VSMIDK")] Vsmidk = 16,
[Description("DEFAULT")] Default = 17,
[Description("DEFAULT")] Default = 17
}

public string Description { get; set; }
Expand Down

0 comments on commit f514d17

Please sign in to comment.