Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs

formatting

Co-Authored-By: Bond-009 <bond.009@outlook.com>
This commit is contained in:
Andrew Mahone 2019-11-07 11:24:53 -05:00 committed by GitHub
parent 8b2d7062c4
commit 92aae268a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -204,7 +204,6 @@ namespace MediaBrowser.MediaEncoding.Attachments
{
_logger.LogError(ex, "Error killing attachment extraction process");
}
}
var exitCode = ranToCompletion ? process.ExitCode : -1;