chore: update insert_final_newline setting

This commit is contained in:
Louis Seubert 2026-05-16 12:36:35 +02:00
commit 2572bd3695
Signed by: louis9902
GPG key ID: 4B9DB28F826553BD
151 changed files with 151 additions and 151 deletions

View file

@ -7,4 +7,4 @@ public abstract class BaseStreamHandler<TRequest> : IStreamRequestHandler<TReque
where TRequest : IStreamRequest<string>
{
public abstract IAsyncEnumerable<string> HandleAsync(TRequest request, CancellationToken cancellationToken);
}
}