From 4763cb8e0ee3a086177462e3697863cc733e06cc Mon Sep 17 00:00:00 2001 From: icedream Date: Sun, 22 Mar 2015 00:10:49 +0100 Subject: [PATCH] Reformat TicketValidationResult.cs. --- .../Messages/Data/TicketValidationResult.cs | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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