Visual Studio Reformat: MediaBrowser.Controller

This commit is contained in:
Erwin de Haan
2019-01-13 20:25:32 +01:00
parent 106d1d18ed
commit 26ca4b607b
143 changed files with 424 additions and 503 deletions

View File

@@ -1,5 +1,5 @@
using MediaBrowser.Controller.Entities;
using System;
using System;
using MediaBrowser.Controller.Entities;
namespace MediaBrowser.Controller.Net
{
@@ -9,8 +9,10 @@ namespace MediaBrowser.Controller.Net
/// Gets or sets the user identifier.
/// </summary>
/// <value>The user identifier.</value>
public Guid UserId {
get {
public Guid UserId
{
get
{
return User == null ? Guid.Empty : User.Id;
}
}