summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/Diagnostics/EditAndContinueHelper.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/src/System/Diagnostics/EditAndContinueHelper.cs')
-rw-r--r--src/mscorlib/src/System/Diagnostics/EditAndContinueHelper.cs11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/mscorlib/src/System/Diagnostics/EditAndContinueHelper.cs b/src/mscorlib/src/System/Diagnostics/EditAndContinueHelper.cs
index 32d7a98a50..8ad4fec082 100644
--- a/src/mscorlib/src/System/Diagnostics/EditAndContinueHelper.cs
+++ b/src/mscorlib/src/System/Diagnostics/EditAndContinueHelper.cs
@@ -11,12 +11,13 @@
**
=============================================================================*/
-namespace System.Diagnostics {
-
- using System;
-
+
+using System;
+
+namespace System.Diagnostics
+{
[Serializable]
- internal sealed class EditAndContinueHelper
+ internal sealed class EditAndContinueHelper
{
#pragma warning disable 169
#pragma warning disable 414 // Field is not used from managed.