Skip to content
Snippets Groups Projects
Commit 36092008 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

stylecop fixes

parent 9bfedd67
No related branches found
No related tags found
No related merge requests found
...@@ -192,7 +192,5 @@ namespace Grpc.Core.Internal ...@@ -192,7 +192,5 @@ namespace Grpc.Core.Internal
{ {
return buffered ? 0 : GRPC_WRITE_BUFFER_HINT; return buffered ? 0 : GRPC_WRITE_BUFFER_HINT;
} }
} }
} }
\ No newline at end of file
...@@ -32,14 +32,15 @@ ...@@ -32,14 +32,15 @@
#endregion #endregion
using System; using System;
using System.Collections.Generic;
using System.Collections.Concurrent; using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
using Grpc.Core.Utils; using Grpc.Core.Utils;
namespace Grpc.Core.Internal namespace Grpc.Core.Internal
{ {
internal delegate void OpCompletionDelegate(bool success); internal delegate void OpCompletionDelegate(bool success);
internal delegate void BatchCompletionDelegate(bool success, BatchContextSafeHandle ctx); internal delegate void BatchCompletionDelegate(bool success, BatchContextSafeHandle ctx);
internal class CompletionRegistry internal class CompletionRegistry
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment