empty line required by linter

This commit is contained in:
whiteowl3 2022-03-25 19:08:03 +00:00
parent 16a449a023
commit 6a7775de6e

View File

@ -458,6 +458,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
{
_logger.LogDebug("{ProcessFileName} {ProcessArgs}", process.StartInfo.FileName, process.StartInfo.Arguments);
}
using (var processWrapper = new ProcessWrapper(process, this))
{
await using var memoryStream = new MemoryStream();