diff --git a/src/client/RPC/Messages/Data/TicketValidationResult.cs b/src/client/RPC/Messages/Data/TicketValidationResult.cs index d98e622..48eb633 100644 --- a/src/client/RPC/Messages/Data/TicketValidationResult.cs +++ b/src/client/RPC/Messages/Data/TicketValidationResult.cs @@ -1,14 +1,14 @@ using System.Collections.Generic; using System.IO; -using Newtonsoft.Json.Linq; - -namespace NPSharp.RPC.Messages.Data -{ - /// - /// Represents the outcome of a ticket validation attempt, including eventual NPv2 authentication identifiers passed by the server. - /// - public class TicketValidationResult +using Newtonsoft.Json.Linq; + +namespace NPSharp.RPC.Messages.Data +{ + /// + /// Represents the outcome of a ticket validation attempt, including eventual NPv2 authentication identifiers passed by the server. + /// + public class TicketValidationResult { internal TicketValidationResult(Server.AuthenticateValidateTicketResultMessage message) { @@ -60,6 +60,6 @@ namespace NPSharp.RPC.Messages.Data /// /// A list of NPv2 authentication identifiers belonging to the ticket session. /// - public IEnumerable Identifiers { get; private set; } - } + public IEnumerable Identifiers { get; private set; } + } } \ No newline at end of file