From c5adaffe8ab93f04267a278fa604cf646f5bf37b Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Mon, 16 Feb 2015 09:27:00 +0930 Subject: [PATCH] them newlines --- Octokit/Http/ApiConnection.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Octokit/Http/ApiConnection.cs b/Octokit/Http/ApiConnection.cs index c01086f6..dc6881dc 100644 --- a/Octokit/Http/ApiConnection.cs +++ b/Octokit/Http/ApiConnection.cs @@ -270,7 +270,6 @@ namespace Octokit return response.Body; } - /// /// Updates the API resource at the specified URI. ///