Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
runeanielsen committed Oct 9, 2024
1 parent cab845b commit 0a96647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CIM.Cson/Internal/CustomizedJsonSerializer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ static JsonSerializerSettings GetSettings()
{
new ObjectReferenceSerializer(),
new MeasurementTypeSerializer3(),
new StringEnumConverter();
new StringEnumConverter()
},
DateFormatHandling = DateFormatHandling.IsoDateFormat,
ContractResolver = new CustomizedContractResolver(),
Expand Down

0 comments on commit 0a96647

Please sign in to comment.