From a56e30c8d33048216567753d9d3fefc2152af8ac Mon Sep 17 00:00:00 2001 From: Jiyoung Yun Date: Thu, 13 Apr 2017 14:17:19 +0900 Subject: Imported Upstream version 2.0.0.11353 --- .../src/System/Runtime/CompilerServices/CustomConstantAttribute.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mscorlib/src/System/Runtime/CompilerServices/CustomConstantAttribute.cs') diff --git a/src/mscorlib/src/System/Runtime/CompilerServices/CustomConstantAttribute.cs b/src/mscorlib/src/System/Runtime/CompilerServices/CustomConstantAttribute.cs index 1a5dcfdc11..8f4c79cd94 100644 --- a/src/mscorlib/src/System/Runtime/CompilerServices/CustomConstantAttribute.cs +++ b/src/mscorlib/src/System/Runtime/CompilerServices/CustomConstantAttribute.cs @@ -8,7 +8,7 @@ using System.Collections.Generic; namespace System.Runtime.CompilerServices { [Serializable] - [AttributeUsage(AttributeTargets.Field | AttributeTargets.Parameter, Inherited=false)] + [AttributeUsage(AttributeTargets.Field | AttributeTargets.Parameter, Inherited = false)] public abstract class CustomConstantAttribute : Attribute { public abstract Object Value { get; } -- cgit v1.2.3