Jelajahi Sumber

Added newline between methods

Tal Aloni 8 tahun lalu
induk
melakukan
983e9e7dca
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      SMBLibrary/Server/ShareCollection.cs

+ 1 - 0
SMBLibrary/Server/ShareCollection.cs

@@ -22,6 +22,7 @@ namespace SMBLibrary.Server
             share.FileSystem = fileSystem;
             this.Add(share);
         }
+
         public bool Contains(string shareName, StringComparison comparisonType)
         {
             return (this.IndexOf(shareName, comparisonType) != -1);