Fix warning due to new line after opening bracket

pull/6898/head
Jonas Resch 3 years ago
parent b5b994b22f
commit c61b9ef05a

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

Loading…
Cancel
Save