Browse Source

Fix warning due to new line after opening bracket

Jonas Resch 3 years ago
parent
commit
c61b9ef05a
1 changed files with 0 additions and 1 deletions
  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,
             bool clearCache,
             [EnumeratorCancellation] CancellationToken cancellationToken)
             [EnumeratorCancellation] CancellationToken cancellationToken)
         {
         {
-
             cancellationToken.ThrowIfCancellationRequested();
             cancellationToken.ThrowIfCancellationRequested();
 
 
             if (!video.IsFileProtocol)
             if (!video.IsFileProtocol)