diff --git a/sdk/src/Core/AWSSDK.Core.NetFramework.csproj b/sdk/src/Core/AWSSDK.Core.NetFramework.csproj index 87925b45f3b5..780af454a78b 100644 --- a/sdk/src/Core/AWSSDK.Core.NetFramework.csproj +++ b/sdk/src/Core/AWSSDK.Core.NetFramework.csproj @@ -71,6 +71,6 @@ - + diff --git a/sdk/src/Core/AWSSDK.Core.NetStandard.csproj b/sdk/src/Core/AWSSDK.Core.NetStandard.csproj index 4e97802eec66..9dbb7645717a 100644 --- a/sdk/src/Core/AWSSDK.Core.NetStandard.csproj +++ b/sdk/src/Core/AWSSDK.Core.NetStandard.csproj @@ -83,6 +83,6 @@ - + \ No newline at end of file diff --git a/sdk/src/Core/Amazon.Runtime/Internal/Transform/JsonConstants.cs b/sdk/src/Core/Amazon.Runtime/Internal/Transform/JsonConstants.cs index f1408773cc9e..ee5ac5c59c49 100644 --- a/sdk/src/Core/Amazon.Runtime/Internal/Transform/JsonConstants.cs +++ b/sdk/src/Core/Amazon.Runtime/Internal/Transform/JsonConstants.cs @@ -17,7 +17,7 @@ using System.Text; namespace Amazon.Runtime.Internal.Transform - +{ /// /// Constants used in JSON unmarshalling. ///