From df15f35db29c57e5ab376223ca2867723503b2e5 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 28 Nov 2013 16:03:59 -0800 Subject: [PATCH] some whitespace cleanup --- Octokit/Clients/ICommitsClient.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Octokit/Clients/ICommitsClient.cs b/Octokit/Clients/ICommitsClient.cs index 60cc0365..b4227d02 100644 --- a/Octokit/Clients/ICommitsClient.cs +++ b/Octokit/Clients/ICommitsClient.cs @@ -35,6 +35,6 @@ namespace Octokit /// The name of the repository /// The commit to create /// - Task Create(string owner, string name, NewCommit commit); + Task Create(string owner, string name, NewCommit commit); } } \ No newline at end of file