summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/IFormatProvider.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/src/System/IFormatProvider.cs')
-rw-r--r--src/mscorlib/src/System/IFormatProvider.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mscorlib/src/System/IFormatProvider.cs b/src/mscorlib/src/System/IFormatProvider.cs
index a5cc783969..0c17354af3 100644
--- a/src/mscorlib/src/System/IFormatProvider.cs
+++ b/src/mscorlib/src/System/IFormatProvider.cs
@@ -10,11 +10,11 @@
**
**
============================================================*/
-namespace System {
-
- using System;
- [System.Runtime.InteropServices.ComVisible(true)]
+using System;
+
+namespace System
+{
public interface IFormatProvider
{
// Interface does not need to be marked with the serializable attribute