diff options
Diffstat (limited to 'tools/Contracts/Languages/CSharp/ContractDeclarativeAssemblyAttribute.cs')
-rw-r--r-- | tools/Contracts/Languages/CSharp/ContractDeclarativeAssemblyAttribute.cs | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/tools/Contracts/Languages/CSharp/ContractDeclarativeAssemblyAttribute.cs b/tools/Contracts/Languages/CSharp/ContractDeclarativeAssemblyAttribute.cs index ab2a247..8fdc990 100644 --- a/tools/Contracts/Languages/CSharp/ContractDeclarativeAssemblyAttribute.cs +++ b/tools/Contracts/Languages/CSharp/ContractDeclarativeAssemblyAttribute.cs @@ -1,17 +1,17 @@ -// -// This file is included when building a contract declarative assembly -// in order to mark it as such for recognition by the tools -// -using System; -using System.Collections.Generic; -using System.Text; - -[assembly: global::System.Diagnostics.Contracts.ContractDeclarativeAssembly] - -namespace System.Diagnostics.Contracts -{ - [AttributeUsage(AttributeTargets.Assembly)] - internal class ContractDeclarativeAssemblyAttribute : global::System.Attribute - { - } -} +//
+// This file is included when building a contract declarative assembly
+// in order to mark it as such for recognition by the tools
+//
+using System;
+using System.Collections.Generic;
+using System.Text;
+
+[assembly: global::System.Diagnostics.Contracts.ContractDeclarativeAssembly]
+
+namespace System.Diagnostics.Contracts
+{
+ [AttributeUsage(AttributeTargets.Assembly)]
+ internal class ContractDeclarativeAssemblyAttribute : global::System.Attribute
+ {
+ }
+}
|