mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-03 03:01:31 +00:00
some whitespace cleanup
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user