提交 0d2bf92d 编写于 作者: N Neal Gafter

"fix" some formatting to quiet the build.

上级 af961d3e
...@@ -129,7 +129,7 @@ public void TestRandom(int seed) ...@@ -129,7 +129,7 @@ public void TestRandom(int seed)
// Then we produce a set of edges that is consistent with that possible topological sort // Then we produce a set of edges that is consistent with that possible topological sort
int[][] successors = new int[numberOfNodes][]; int[][] successors = new int[numberOfNodes][];
for (int i = numberOfNodes-1; i >= 0; i--) for (int i = numberOfNodes - 1; i >= 0; i--)
{ {
successors[possibleSort[i]] = randomSubset((int)Math.Sqrt(i), i); successors[possibleSort[i]] = randomSubset((int)Math.Sqrt(i), i);
} }
......
...@@ -1773,7 +1773,8 @@ public override void VisitRecursivePattern(IRecursivePatternOperation operation) ...@@ -1773,7 +1773,8 @@ public override void VisitRecursivePattern(IRecursivePatternOperation operation)
LogNewLine(); LogNewLine();
VisitArray(operation.DeconstructionSubpatterns, $"{nameof(operation.DeconstructionSubpatterns)} ", true, true); VisitArray(operation.DeconstructionSubpatterns, $"{nameof(operation.DeconstructionSubpatterns)} ", true, true);
VisitArrayCommon(operation.PropertySubpatterns, $"{nameof(operation.PropertySubpatterns)} ", true, true, subpat => { VisitArrayCommon(operation.PropertySubpatterns, $"{nameof(operation.PropertySubpatterns)} ", true, true, subpat =>
{
LogSymbol(subpat.Item1, "MatchedSymbol"); LogSymbol(subpat.Item1, "MatchedSymbol");
Visit(subpat.Item2, ", Pattern"); Visit(subpat.Item2, ", Pattern");
}); });
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册