From 6e7fbe80e72d3e3e84f7e324666ddeaedb4cac54 Mon Sep 17 00:00:00 2001 From: CyrusNajmabadi Date: Sat, 6 May 2017 22:36:15 -0700 Subject: [PATCH] Formatting. --- src/Compilers/Core/Portable/Diagnostic/Diagnostic.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Compilers/Core/Portable/Diagnostic/Diagnostic.cs b/src/Compilers/Core/Portable/Diagnostic/Diagnostic.cs index 16c5e418ab1..75cf688e7a5 100644 --- a/src/Compilers/Core/Portable/Diagnostic/Diagnostic.cs +++ b/src/Compilers/Core/Portable/Diagnostic/Diagnostic.cs @@ -362,7 +362,7 @@ public bool IsWarningAsError /// if there is no entry. This can be used to put diagnostic specific information you want /// to pass around. for example, to corresponding fixer. /// - public virtual ImmutableDictionary Properties + public virtual ImmutableDictionary Properties => ImmutableDictionary.Empty; string IFormattable.ToString(string ignored, IFormatProvider formatProvider) @@ -516,4 +516,4 @@ internal abstract class RequiredLanguageVersion : IMessageSerializable { public abstract override string ToString(); } -} +} \ No newline at end of file -- GitLab