Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Feedback
  • Loading branch information
vitek-karas committed Jun 2, 2022
commit a4156e97c7d8391988d0f856e7f0bb7f6274454e
1 change: 1 addition & 0 deletions src/coreclr/tools/Common/Compiler/DisplayNameHelpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

using Internal.TypeSystem;
using Internal.TypeSystem.Ecma;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: we tend to split using Foo = ... from the regular usings with a newline.


using Debug = System.Diagnostics.Debug;

namespace ILCompiler
Expand Down