소스 검색

Remove extraneous newline

Joshua Boniface 5 년 전
부모
커밋
d4474d493b
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      MediaBrowser.Api/Playback/BaseStreamingService.cs

+ 0 - 1
MediaBrowser.Api/Playback/BaseStreamingService.cs

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