From 879bb6df73e46d6880a3d10b3f81283b04612c4f Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Mon, 13 Aug 2018 22:18:36 -0400 Subject: [PATCH] Clean this up --- src/Tgstation.Server.Client/IServerClientFactory.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tgstation.Server.Client/IServerClientFactory.cs b/src/Tgstation.Server.Client/IServerClientFactory.cs index 1af81c90d7..df0427efef 100644 --- a/src/Tgstation.Server.Client/IServerClientFactory.cs +++ b/src/Tgstation.Server.Client/IServerClientFactory.cs @@ -18,7 +18,7 @@ namespace Tgstation.Server.Client /// The password for the /// The for the operation /// The representing timeout for the connection - /// A resulting in a new on success, if is invalid + /// A resulting in a new Task CreateServerClient(Uri host, string username, string password, TimeSpan timeout = default, CancellationToken cancellationToken = default); ///