aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Mahone <andrew.mahone@gmail.com>2019-11-07 11:24:53 -0500
committerGitHub <noreply@github.com>2019-11-07 11:24:53 -0500
commit92aae268a352c20964ca10348078fdaf4fbf8263 (patch)
tree3118f917df975e0eff1bc807a4abccd0253b81ea
parent8b2d7062c43ff6618d5bf4a5e26d0ba5bb70bd07 (diff)
Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs
formatting Co-Authored-By: Bond-009 <bond.009@outlook.com>
-rw-r--r--MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs b/MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs
index 501dd3fed..4218b180d 100644
--- a/MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs
+++ b/MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs
@@ -204,7 +204,6 @@ namespace MediaBrowser.MediaEncoding.Attachments
{
_logger.LogError(ex, "Error killing attachment extraction process");
}
-
}
var exitCode = ranToCompletion ? process.ExitCode : -1;