Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs

formatting

Co-Authored-By: Bond-009 <bond.009@outlook.com>
pull/1838/head
Andrew Mahone 5 years ago committed by GitHub
parent 8b2d7062c4
commit 92aae268a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save