Use file-scoped namespaces in Jellyfin.Drawing

pull/9065/head
Patrick Barron 2 years ago
parent 16e33665a2
commit 6c7225b943

@ -19,8 +19,8 @@ using MediaBrowser.Model.Net;
using Microsoft.Extensions.Logging;
using Photo = MediaBrowser.Controller.Entities.Photo;
namespace Jellyfin.Drawing
{
namespace Jellyfin.Drawing;
/// <summary>
/// Class ImageProcessor.
/// </summary>
@ -566,4 +566,3 @@ namespace Jellyfin.Drawing
_disposed = true;
}
}
}

@ -3,8 +3,8 @@ using System.Collections.Generic;
using MediaBrowser.Controller.Drawing;
using MediaBrowser.Model.Drawing;
namespace Jellyfin.Drawing
{
namespace Jellyfin.Drawing;
/// <summary>
/// A fallback implementation of <see cref="IImageEncoder" />.
/// </summary>
@ -55,4 +55,3 @@ namespace Jellyfin.Drawing
throw new NotImplementedException();
}
}
}

Loading…
Cancel
Save