Skip to content

Commit ba37f81

Browse files
committed
Fix comments
1 parent 128156f commit ba37f81

File tree

1 file changed

+2
-2
lines changed
  • src/FirebirdSql.Data.FirebirdClient/Client/Managed/Version10

1 file changed

+2
-2
lines changed

src/FirebirdSql.Data.FirebirdClient/Client/Managed/Version10/GdsBlob.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ public override void GetSegment(Stream stream)
225225

226226
if (buffer.Length == 0)
227227
{
228-
// previous segment was last, this has no data
228+
// previous segment was last, this has no data
229229
return;
230230
}
231231

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

381381
if (buffer.Length == 0)
382382
{
383-
// previous segment was last, this has no data
383+
// previous segment was last, this has no data
384384
return Array.Empty<byte>();
385385
}
386386

0 commit comments

Comments
 (0)