We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff8b54e commit 746c28eCopy full SHA for 746c28e
tests/SIL.Machine.Tests/Corpora/ScriptureRefTests.cs
@@ -24,6 +24,7 @@ public class ScriptureRefTests
24
public int CompareTo(string ref1Str, string ref2Str)
25
{
26
var ref1 = ScriptureRef.Parse(ref1Str);
27
+
28
var ref2 = ScriptureRef.Parse(ref2Str);
29
30
return ref1.CompareTo(ref2);
0 commit comments