Remove extraneous newline

This commit is contained in:
Joshua Boniface 2019-11-03 12:39:45 -05:00
parent 8cf8c36708
commit d4474d493b

View file

@ -321,7 +321,6 @@ namespace MediaBrowser.Api.Playback
} }
Logger.LogDebug("StartFfMpeg() finished successfully"); Logger.LogDebug("StartFfMpeg() finished successfully");
return transcodingJob; return transcodingJob;
} }