소스 검색

Fix warning due to new line after opening bracket

Jonas Resch 3 년 전
부모
커밋
c61b9ef05a
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      MediaBrowser.Providers/MediaInfo/AudioResolver.cs

+ 0 - 1
MediaBrowser.Providers/MediaInfo/AudioResolver.cs

@@ -43,7 +43,6 @@ namespace MediaBrowser.Providers.MediaInfo
             bool clearCache,
             [EnumeratorCancellation] CancellationToken cancellationToken)
         {
-
             cancellationToken.ThrowIfCancellationRequested();
 
             if (!video.IsFileProtocol)