mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-31 04:48:27 +01:00
Add full stop at end of comments (SA1629)
This commit is contained in:
@@ -10,7 +10,7 @@ using Microsoft.AspNetCore.Http;
|
||||
namespace MediaBrowser.Controller
|
||||
{
|
||||
/// <summary>
|
||||
/// Interface IServerApplicationHost
|
||||
/// Interface IServerApplicationHost.
|
||||
/// </summary>
|
||||
public interface IServerApplicationHost : IApplicationHost
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user