From aabc8da9638cb4fd338a4b9aa3faa1caffcd86c9 Mon Sep 17 00:00:00 2001 From: Ryan Gribble Date: Wed, 8 Jun 2016 21:55:42 +1000 Subject: [PATCH] Fix whitespace --- Octokit.Tests.Integration/Helpers/TeamContext.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Octokit.Tests.Integration/Helpers/TeamContext.cs b/Octokit.Tests.Integration/Helpers/TeamContext.cs index 07f20525..c1479c4c 100644 --- a/Octokit.Tests.Integration/Helpers/TeamContext.cs +++ b/Octokit.Tests.Integration/Helpers/TeamContext.cs @@ -19,7 +19,7 @@ namespace Octokit.Tests.Integration.Helpers private IConnection _connection; internal int TeamId { get; private set; } internal string TeamName { get; private set; } - + internal Team Team { get; private set; } public void Dispose()