Skip to content

Commit

Permalink
fix trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
birschick-bq committed Feb 6, 2025
1 parent 92a6c73 commit efe111c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csharp/src/Apache.Arrow.Adbc/Tracing/TracingFile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ internal async Task WriteLinesAsync(IAsyncEnumerable<Stream> streams, Cancellati
}
}

private async Task WriteLinesAsync(IAsyncEnumerable<Stream> streams)
private async Task WriteLinesAsync(IAsyncEnumerable<Stream> streams)
{
bool hasMoreData;
do
Expand Down

0 comments on commit efe111c

Please sign in to comment.