Skip to content

Commit a86362f

Browse files
committed
Minor code edits
1 parent eb42c9b commit a86362f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CBORTest/CBORObjectTest.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5594,7 +5594,8 @@ public void TestCalcEncodedSizeCircularRefs3bc2() {
55945594
} catch (Exception ex) {
55955595
Assert.Fail(ex.ToString());
55965596
throw new InvalidOperationException(String.Empty, ex);
5597-
}}
5597+
}
5598+
}
55985599
[Test]
55995600
[Timeout(10001)]
56005601
public void TestCalcEncodedSizeCircularRefs3bc2a() {

0 commit comments

Comments
 (0)