Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cincuranet committed Nov 12, 2024
1 parent 128156f commit ba37f81
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ public override void GetSegment(Stream stream)

if (buffer.Length == 0)
{
// previous segment was last, this has no data
// previous segment was last, this has no data
return;
}

Expand Down Expand Up @@ -380,7 +380,7 @@ public override async ValueTask<byte[]> GetSegmentAsync(CancellationToken cancel

if (buffer.Length == 0)
{
// previous segment was last, this has no data
// previous segment was last, this has no data
return Array.Empty<byte>();
}

Expand Down

0 comments on commit ba37f81

Please sign in to comment.