소스 검색

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)