Skip to content

Commit 647dda5

Browse files
fix
1 parent 0d04765 commit 647dda5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/CodeAnalysisTool/CodeGraphWalker.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ public D3Graph GetGraph()
211211
graph.Links.Add(new D3Link
212212
{
213213
Source = ns,
214-
Target = cls
214+
Target = cls,
215215
Type = "containment"
216216
});
217217
}
@@ -230,7 +230,7 @@ public D3Graph GetGraph()
230230
graph.Links.Add(new D3Link
231231
{
232232
Source = cls,
233-
Target = method
233+
Target = method,
234234
Type = "containment"
235235
});
236236
}

0 commit comments

Comments
 (0)