Skip to content

Commit 305f2ba

Browse files
authored
Fix formatting issues in DependencyGraphViewer (#86890)
Whitespace only change, to fix tabs/spaces and trailing spaces. Without this the tool doesn't build.
1 parent fcae73f commit 305f2ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/coreclr/tools/aot/DependencyGraphViewer/NodeForm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ private void infoButton_LinkClicked(object sender, EventArgs e)
6767
string dMessage = "Dependent nodes depend on the current node. The current node depends on the dependees.";
6868
MessageBox.Show(dMessage);
6969
}
70-
}
70+
}
7171
}

src/coreclr/tools/aot/DependencyGraphViewer/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
namespace DependencyLogViewer
1919
{
20-
public class BoxDisplay
20+
public class BoxDisplay
2121
{
2222
public Node node;
2323
public List<string> reason;

0 commit comments

Comments
 (0)