From 0adb542e5d3939062c986b5e20af0ffaaf591a02 Mon Sep 17 00:00:00 2001 From: Mikel Blanchard Date: Thu, 14 Dec 2023 21:43:03 -0800 Subject: [PATCH] Lint: sanitycheck --- .../Code/Properties/AssemblyInfo.cs | 4 ++-- .../Macross.Logging.Abstractions/Code/ValueStringBuilder.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ClassLibraries/Macross.Logging.Abstractions/Code/Properties/AssemblyInfo.cs b/ClassLibraries/Macross.Logging.Abstractions/Code/Properties/AssemblyInfo.cs index 3efc817..cceeca9 100644 --- a/ClassLibraries/Macross.Logging.Abstractions/Code/Properties/AssemblyInfo.cs +++ b/ClassLibraries/Macross.Logging.Abstractions/Code/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Reflection; using System.Runtime.InteropServices; @@ -7,4 +7,4 @@ [assembly: Guid("d24d02b2-8e78-4224-93da-1dd2ff88d915")] -[assembly: AssemblyVersion("2.0.0.21013")] \ No newline at end of file +[assembly: AssemblyVersion("2.0.0.21013")] diff --git a/ClassLibraries/Macross.Logging.Abstractions/Code/ValueStringBuilder.cs b/ClassLibraries/Macross.Logging.Abstractions/Code/ValueStringBuilder.cs index 8ee34a2..cd661dd 100644 --- a/ClassLibraries/Macross.Logging.Abstractions/Code/ValueStringBuilder.cs +++ b/ClassLibraries/Macross.Logging.Abstractions/Code/ValueStringBuilder.cs @@ -1,4 +1,4 @@ -// From: https://github.com/dotnet/runtime/blob/1d9e50cb4735df46d3de0cee5791e97295eaf588/src/libraries/Common/src/System/Text/ValueStringBuilder.cs +// From: https://github.com/dotnet/runtime/blob/1d9e50cb4735df46d3de0cee5791e97295eaf588/src/libraries/Common/src/System/Text/ValueStringBuilder.cs // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // @@ -312,4 +312,4 @@ public void Dispose() } } } -} \ No newline at end of file +}