some whitespace cleanup

This commit is contained in:
Brendan Forster
2013-11-28 16:03:59 -08:00
parent eed527fbc0
commit df15f35db2
+1 -1
View File
@@ -35,6 +35,6 @@ namespace Octokit
/// <param name="name">The name of the repository</param>
/// <param name="commit">The commit to create</param>
/// <returns></returns>
Task<Commit> Create(string owner, string name, NewCommit commit);
Task<Commit> Create(string owner, string name, NewCommit commit);
}
}