mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
ReSharper Reformat: Properties to expression bodied form.
This commit is contained in:
@@ -17,10 +17,7 @@ namespace MediaBrowser.Api.System
|
||||
/// Gets the name.
|
||||
/// </summary>
|
||||
/// <value>The name.</value>
|
||||
protected override string Name
|
||||
{
|
||||
get { return "ActivityLogEntry"; }
|
||||
}
|
||||
protected override string Name => "ActivityLogEntry";
|
||||
|
||||
/// <summary>
|
||||
/// The _kernel
|
||||
|
||||
Reference in New Issue
Block a user