Skip to content

Commit 0a96647

Browse files
committed
fix syntax error
1 parent cab845b commit 0a96647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CIM.Cson/Internal/CustomizedJsonSerializer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ static JsonSerializerSettings GetSettings()
2121
{
2222
new ObjectReferenceSerializer(),
2323
new MeasurementTypeSerializer3(),
24-
new StringEnumConverter();
24+
new StringEnumConverter()
2525
},
2626
DateFormatHandling = DateFormatHandling.IsoDateFormat,
2727
ContractResolver = new CustomizedContractResolver(),

0 commit comments

Comments
 (0)