Added newline between methods

This commit is contained in:
Tal Aloni 2017-01-03 13:44:11 +02:00
parent 493966c4d1
commit 983e9e7dca

View file

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