浏览代码

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)