mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-19 13:45:12 +00:00
aaaand format the code
This commit is contained in:
@@ -17,7 +17,7 @@ namespace Octokit
|
||||
protected ContentRequest(string message)
|
||||
{
|
||||
Ensure.ArgumentNotNullOrEmptyString(message, "message");
|
||||
|
||||
|
||||
Message = message;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user