浏览代码

Remove empty line.

Gert Driesen 8 年之前
父节点
当前提交
54215ffd74
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/Renci.SshNet/Common/SemaphoreLight.cs

+ 0 - 1
src/Renci.SshNet/Common/SemaphoreLight.cs

@@ -64,7 +64,6 @@ namespace Renci.SshNet.Common
         /// </summary>
         public void Wait()
         {
-
             lock (_lock)
             {
                 while (_currentCount < 1)