diff --git a/CBORTest/CBORObjectTest.cs b/CBORTest/CBORObjectTest.cs index 17af1386..5d42cdd6 100644 --- a/CBORTest/CBORObjectTest.cs +++ b/CBORTest/CBORObjectTest.cs @@ -3247,7 +3247,7 @@ public void TestFromObject_Dictionary() { IDictionary dict = new Dictionary { ["TestKey"] = "TestValue", - ["TestKey2"] = "TestValue2", + ["TestKey2"] = "TestValue2", }; var c = CBORObject.FromObject(dict); CheckKeyValue(c, "TestKey", "TestValue");