stylecop fixes

pull/1731/head
Jan Tattermusch 10 years ago
parent 9bfedd67e0
commit 36092008c6
  1. 2
      src/csharp/Grpc.Core/Internal/CallSafeHandle.cs
  2. 3
      src/csharp/Grpc.Core/Internal/CompletionRegistry.cs

@ -192,7 +192,5 @@ namespace Grpc.Core.Internal
{
return buffered ? 0 : GRPC_WRITE_BUFFER_HINT;
}
}
}

@ -32,14 +32,15 @@
#endregion
using System;
using System.Collections.Generic;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using Grpc.Core.Utils;
namespace Grpc.Core.Internal
{
internal delegate void OpCompletionDelegate(bool success);
internal delegate void BatchCompletionDelegate(bool success, BatchContextSafeHandle ctx);
internal class CompletionRegistry

Loading…
Cancel
Save