From 11f77bc1778fc62ef8beb5df26edfe000f16ac5e Mon Sep 17 00:00:00 2001 From: drieseng Date: Sun, 1 May 2016 14:48:55 +0200 Subject: [PATCH] Remove partial modifier. --- src/Renci.SshNet/Common/Extensions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Renci.SshNet/Common/Extensions.cs b/src/Renci.SshNet/Common/Extensions.cs index 66445001..611b53aa 100644 --- a/src/Renci.SshNet/Common/Extensions.cs +++ b/src/Renci.SshNet/Common/Extensions.cs @@ -15,7 +15,7 @@ namespace Renci.SshNet.Common /// /// Collection of different extension method /// - internal static partial class Extensions + internal static class Extensions { /// /// Determines whether [is null or white space] [the specified value].