Skip to content

Commit

Permalink
remove in
Browse files Browse the repository at this point in the history
  • Loading branch information
neuecc committed Jun 14, 2022
1 parent 48e8b0c commit 4ae6807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AlterNats/NatsReadProtocolProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ static int GetInt32(in ReadOnlySequence<byte> sequence)
}

[AsyncMethodBuilderAttribute(typeof(PoolingAsyncValueTaskMethodBuilder<>))]
async ValueTask<ReadOnlySequence<byte>> DispatchCommandAsync(int code, in ReadOnlySequence<byte> buffer)
async ValueTask<ReadOnlySequence<byte>> DispatchCommandAsync(int code, ReadOnlySequence<byte> buffer)
{
var length = (int)buffer.Length;

Expand Down

0 comments on commit 4ae6807

Please sign in to comment.