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

@ -11,4 +11,4 @@ where TRequest : IStreamRequest<TOutput>
tracker.Log.Add("Open");
return next(request, cancellationToken);
}
}
}